Displaying 2 results from an estimated 2 matches for "owenership".
Did you mean:
owenerships
2002 Aug 27
0
root preexec
I am running LM 8.2 as a server serving 50+ Win 9x machines with samba
2.2.3.
In my samba configuration I have a "root prexec" command which is executed
when a new user logs in. It creates a sub folder in their home folder and
changes the owenership of this folder to the user and their group.
The following is the relative samba configuration:-
[homes]
comment = Home Directories
path = %H/samba
read only = No
browseable = No
root preexec = mkdir -m 750 %H/samba;chown %u.%g %H/samba
The "path=%H/samba" statement in the homes sectio...
2006 Aug 16
1
Saving ownership as non-root
Hello everybody!
Out of curiosity: What (backup) solutions do you use to let rsync store
device files and ownership permissions without root privileges?
I found out about "fakeroot" so far. Is there actually a practical use
for the "--super" option? I didn't find anything as fakeroot doesn't
need it...
Additionally it would be a nice idea to refer to