Wednesday, February 06, 2008

Ch-something

I had to set up some "sandbox" directories over the last few days in which some different members of my research group could mess around. This required using a few different commands:

  • chgrp -R embed * - This changes the group for the whole directory and subdirectories to the group embed
  • chmod -R g+w * - This adds write privileges to the whole directory and subdirectories for members of my group

No comments: