Displaying 1 result from an estimated 1 matches for "my__shel".
Did you mean:
my__shell
2007 Aug 12
1
AD + winbindd(8): group permissions being ignored ? WTF ?
...770 !$
#ls -l testing.txt
-rwxrwx--- 1 root wheel 0 Aug 12 17:49 testing.txt
#chown root:"scis stl admins" testing.txt
#ls -l !$
ls -l testing.txt
-rwxrwx--- 1 root scis stl admins 0 Aug 12 17:49 testing.txt
#su - my_username
my__shell>echo "this sux" > /var/tmp/testing.txt
testing.txt: Permission denied.
And I KNOW 150% I am in the the group "scis stl admins".
The odd thing is, is that chown(1) allows me to give the file testing.txt group
memebership, but users in the actual group are not give...