Permissions issue Mac OS X Client -> Mac OS X Server

613
Meltemi

I can't get access to a folder on our server and can't understand why. Perhaps someone will see what I'm overlooking...

Trouble accessing /Library/Subdirectory/NextDirectory/

User joe can ssh to the server just fine and cd to /Library/Subdirectory/ however trying to cd into the next folder, NextDirectory, gives this error:

-bash: cd: NextDirectory/: Permission denied 

both username joe & bill are members of the group admin and both can get INTO Subdirectory without any trouble...

hostname:Library joe$ ls -l | grep Subdirectory drwxrwxr-x 3 bill admin 102 Jun 1 14:51 Subdirectory 

and from w/in the Subversion folder

hostname:Subdirectory joe$ ls -l drwxrwx--- 5 root admin 170 Jun 1 22:19 NextDirectory 

bill can cd into NextDirectory but joe cannot!?! What am I overlooking? What tools do we have to troubleshoot this?

thanks!

2

1 Antwort auf die Frage

0
Felipe Alvarez

Need to check what groups Bill & Joe are in. Please provide output of id USERNAME

id bill id joe 
BINGO! Es stellt sich heraus, dass Joe kein Mitglied von `80 (admin)` ist. Ich habe den anscheinend veralteten Befehl "groups" von joes Maschine verwendet, aber zu meinem Fehler sah ich die Gruppen nicht auf dem Server. Danke für die Hilfe. und mich mit "id" vorstellen Meltemi vor 13 Jahren 0
Glad =) (Sie müssen acht weitere Zeichen hinzufügen, oder der Superuser lässt mich nicht posten) Felipe Alvarez vor 13 Jahren 0