Search results

  1. P

    Changing permissions on just directories?

    I need to change all the directorys in /blah/blah to have the sticky bit turned on (g+s). What is a command I could do to get this done? I've been messing around with find ./ -type d and that gets me a list of all the directories. Is there a way to pipe that and chmod it the way I want...
  2. P

    umask?

    Here's the situation. I have about 5 users who are all in the staff group I created. This staff group is set to own all the files in the web root because all 5 people in this group need access to read write files and create directories there. The problem is that all 5 people connect all...
  3. P

    umask?

    I hope someone here can answer my question as I've done a search for umask and found some threads but no real responses to them. I have a group of users that use a Mac OS X 10.4 machine and when one of them creates a file it is not writeable by other users in the same group. For example...
Back
Top