After a day of hunting for solution, finally I come across Webmin. This is really life saver for windows based user who just embrace Linux, as all settings can be done within web browser. It makes configuring Linux as easy as working with NAS web configuration.
However, the pain to share file for windows doesn't get lesser even with that. In windows we can easily bring up Advanced File Sharing dialog and set permission based on per individual user. Afaik in Linux the file permission cannot be set based on individual user, there is only 3 permission if you right click > properties.
So how do we set file share permission based on individual user in Linux? The answer is by using the read-list, write-list in the smb.conf (samba sharing configuration file). Here's a simple guideline:
- Log into Webmin
- Create share folder under Samba Windows Files Sharing
- Under Security & Access Control, assigned the user into appropriate field (for example, User A in read-only, User B in Read-Write)
- You might want to add user(s) under Invalid User in order to prevent unauthorized access to the shared folder.
- Once you are done with this, open up Nautilus / Thunar / Dolphin, locate the folder you gonna to share, right-click > properties > under "Others", set to Read/Write, and enable Recursive for sub-folder and files under same directory.
- Next restart samba service.
- Now you should have setup the file sharing properly.
No comments:
Post a Comment