Link to home
Start Free TrialLog in
Avatar of brendan-amex
brendan-amex

asked on

Linux File Permissions

I have a user that is a part of a group called "bcm" and user "brendan" is inside of that group. It is also that users primary group.

I have a list of files that list group bcm as owner, and have write access, yet when I open these files, they're read only. What am I doing wrong?

ls -al output from the folder with the files:
-rwxrwxr-x. 1 jshocki bcm    7023 Jul 26 07:15 temp2.log
-rwxrwxr-x. 1 jshocki bcm   29268 Jul 23 12:02 temp3.log
-rwxrwxr-x. 1 jshocki bcm      21 Jul 26 02:35 temp.log
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brendan-amex
brendan-amex

ASKER

Yes, whoami returns brendan and groups shows bcm and nfsnobody groups.
Didn't you notice my comment above?

Please note that you must issue getfattr/setfattr with root privileges, acquired e. g. by means of "sudo".
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial