Results 1 to 2 of 2
How can I share a resource (a directory) with permissions such that anyone can mount the directory, and such that anyone can delete ANY file or directory and also create ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-06-2009 #1Linux Newbie
- Join Date
- Jul 2007
- Posts
- 108
Samba, permissions.
How can I share a resource (a directory) with permissions such that anyone can mount the directory, and such that anyone can delete ANY file or directory and also create any file and directory within the resource?
- 03-08-2009 #2
Here's what I have for my home movie server
Edit as appropriate. The directories I have shared are read writeCode:[global] workgroup = home netbios name = kirby server string = shared files security = share browseable = yes hosts allow = 192.168.15. 127.0.0.1 127.0.1.1 client plaintext auth = yes client lanman auth = yes [common] path = /home/rcgreen/common comment = movies read only = No guest ok = Yes [archive] path = /home/rcgreen/archive comment = media read only = No guest ok = Yes [shared] path = /home/shared comment = stuff read only = No guest ok = Yes
and execute for everyone 777
Obviously it would be insecure, if any of your users
are hostile or irresponsible.


Reply With Quote
