chmod question
aueddonline
Member Posts: 611 ■■□□□□□□□□
in Linux+
i'm trying change the permissions for the owning group on a directory using chmod
The command is excepted but then when I look at the output of 'getfacl /Accounting' the permissions haven't change
chmod g=rwx /Accounting
The command is excepted but then when I look at the output of 'getfacl /Accounting' the permissions haven't change
What's another word for Thesaurus?
Comments
-
sprkymrk Member Posts: 4,884 ■■■□□□□□□□Does the group "Accounting" already have permissions to the file? You might need to use chgrp first:
chgrp Accounting /path/to/file
Then use chmod g=rwx /AccountingAll things are possible, only believe.