Jun 3, 2013

Updating Group File Permissions

From the command line:
chmod -R g+w *

This will give recursive group write access to everything. This is useful for me when my Apache is run under one user and my text editor is running under a different user (e.g. the user I logged in as). This will ensure both users, provided they're in the same group, will be able to edit the file.

No comments:

Post a Comment