|
caveat: I never have found time to use these commands yet.
..................
gleaned from an onlamp com article after "apropos group" perusal:
................
ANSWER: probably)
1... edit /etc/groups (to add the group required by apache and
to give it a number (man groups , first)
2... chkgrp (if no errors found, step 1 was good probably)
3... chgrp FILE group (file, group as required per
the instructions you have about apache)
after perusing #man chgrp
|