04-11-2018, 08:03 AM
By comparison, this is all it does:
Samba Config:
[testsamba]
path = /home/jerry/testsamba
writeable = yes
browseable = yes
valid users = jerry
when compared to:
Linux Lite Shares:
[liteshare]
path = /home/%U/linux_share
available = yes
valid users = %U %G
write list = %U
browsable = yes
public = no
writable = yes
printable = no
locking = no
strict locking = no
Samba Config:
[testsamba]
path = /home/jerry/testsamba
writeable = yes
browseable = yes
valid users = jerry
when compared to:
Linux Lite Shares:
[liteshare]
path = /home/%U/linux_share
available = yes
valid users = %U %G
write list = %U
browsable = yes
public = no
writable = yes
printable = no
locking = no
strict locking = no