Results 1 to 3 of 3
I want to create a smb share on a redhat machine, in which want to give permission as follows:
3 users a,b,c
a have read and write but b & ...
- 12-18-2010 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 63
smb share permission
I want to create a smb share on a redhat machine, in which want to give permission as follows:
3 users a,b,c
a have read and write but b & c have read only permission.
?
- 12-18-2010 #2Just Joined!
- Join Date
- Nov 2010
- Posts
- 13
in your smb.conf:
[share] # your share name
path = /home/share # path to directory
write list = user_a
read list = user_b,user_c
- 12-19-2010 #3Just Joined!
- Join Date
- Jan 2009
- Posts
- 63


Reply With Quote
