Hi I need to have a list of users with read write and one user read only
I have this at the moment
[global]
workgroup =workgroup
netbios name = server
encrypt passwords=yes
printcap name = /etc/printcap
security = share
[main]
path = /usr/server-shares/main
valid users = user1 user2 user3
write list = user1 user2
so in the above should user3 be able to read only ?
from what i heard today user3 can read only but the other two cant write
On Thu, Jul 17, 2008 at 1:08 PM, Terry <terry@bluelight.org.uk> wrote:> Hi I need to have a list of users with read write and one user read only > I have this at the moment > > [global] > workgroup =workgroup > netbios name = server > encrypt passwords=yes > printcap name = /etc/printcap > security = share > > > [main] > path = /usr/server-shares/main > valid users = user1 user2 user3 > write list = user1 user2 > > so in the above should user3 be able to read only ? > from what i heard today user3 can read only but the other two cant write >What are the permissions of unix host filesystem? John
John Drescher wrote:> On Thu, Jul 17, 2008 at 1:08 PM, Terry <terry@bluelight.org.uk> wrote: > >> Hi I need to have a list of users with read write and one user read only >> I have this at the moment >> >> [global] >> workgroup =workgroup >> netbios name = server >> encrypt passwords=yes >> printcap name = /etc/printcap >> security = share >> >> >> [main] >> path = /usr/server-shares/main >> valid users = user1 user2 user3 >> write list = user1 user2 >> >> so in the above should user3 be able to read only ? >> from what i heard today user3 can read only but the other two cant write >> >> > What are the permissions of unix host filesystem? > > John > >Perms are set to 777 just to make sure there are no problems