dear sir/madam good day
i am very much thankfull to madam Dani Horowitz, and their column written in year 2003 on samba configure with windows
i keep follow her that article and utilize 7 years, help me much
i am again thankfull to all forum, this communicty as big job duty as being humanity serve those poors like me who r still beginner. and learn grasp increase knowledge by reading all of you
i nedd someone guideline, where i have 1 file share folder, which all users of network connect, read and execute files. but i dont want they do any change or say no deleteion. what permission in samba, folder level i need to do. and how can i audit and check who is connected this time. how can i disconect all samba shares users say for maintenance purpose
i need help, /etc/samba/smb.conf
what i want a single folder name /app, where user connect via windows machines....but i want to give read/execute/write permission. but delete permission i want to remove. how best can i achive this. as i try below it either stop totally or allow totaly. delete files i cant stop users...
[global]
workgroup = TESTGROUP
server string = TESTMACHINE
hosts allow = 11.11. 127.
log file = /var/log/samba/%m.log
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
[app]
comment = app
path = /app
browseable = yes
writable = yes
public = yes
read only = yes