Guest User

Untitled

a guest
Nov 18th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. apt-get install samba
  2.  
  3. apt-get install samba-client
  4.  
  5. [sharename]
  6. path = /home/user/path-to-share-directory
  7. comment = short description of share
  8. browseable = yes
  9. guest ok = yes
  10. read only = no
  11. create mask = 777
Add Comment
Please, Sign In to add comment