Displaying 2 results from an estimated 2 matches for "foodbar".
Did you mean:
foobar
2004 Jun 03
2
Force user
...he directory (for example, see
http://samba.mirror.ac.uk/samba/docs/man/howto/AccessControls.html#id2541262).
This has never worked for me. Files created inherit the group of the
directory, but not the owner. I have even followed, line for line, the
sequence on that page as follows:
# chmod 6775 /foodbar
$ ls -al /foodbar/..
You should see:
drwsrwsr-x 2 jack engr 48 2003-02-04 09:55 foodbar
#
Now type:
$ su - jill
$ cd /foodbar
$ touch Afile
$ ls -al
You should see that the file Afile created by Jill will have ownership and
permissions of Jack, as follows:
-rw-r--r-- 1 jack engr 0...
2003 Feb 04
2
some permissions issues
I?m facing some troubles with file / directory permissions...
I log on the domain as admin user(root), and theres a pub share, on witch
everyone needs to have permission to create / modify files, but when I
change or create a file, only root can change the file, no one else. And
then i need to go to server to chgrp users * -R and chown nobody * -R to
allow others users to change the file.