Advertisement
Guest User

Untitled

a guest
Sep 4th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # work share
  2. //172.16.8.2/d$ /home/user/domain/d smbfs username=administrator,domain=domain,user,rw,noauto 0 0
  3.  
  4. $ mount ~/npn/d
  5. Password:
  6.  
  7. mount ~/npn/d
  8.  
  9. username=administrator,password=admin_samba_password,domain=domain,user,rw,noauto
  10.  
  11. mkdir -p /path/securedir
  12. chmod 0700 /path/securedir
  13. chown root /path/securedir
  14.  
  15. username=yourusername
  16. password=yourpass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement