Samba is a client server aplication that used to share a file between windows and linux. For installing, you can go to this link.
This tutorial will discuss about how to determine different authority for different user. Why we have do that? Because if every user has same authority, level of shared data security become very low. There is possibility for user to remove share data with deliberated or not.
First, prepare your user list and folders to e shared. For example:
- Folder List (Music, Data)
- User List (Admin, Staff, Guest)
Example for user access authority’s rule:
|
File |
Admin |
Staf |
Guest |
| Music | Read & Write | Read & Write | Read Only |
| Data | Read & Write | Read Only | Read Only |
- Create Music and data folder in Home, for example in admin home, then set folder acces mode become 777 (more…)




