Guest User

Untitled

a guest
Apr 7th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. mount -t cifs //ip/share /mnt/backups -o username=user,password=pwd,domain=domain
  2.  
  3. mount -t cifs //ip/share /mnt/backups -o credentials=/path/filename
  4.  
  5. credentials=filename
  6.  
  7. specifies a file that contains a username and/or password and optionally the name of the workgroup. The format of the file is:
  8. username=value
  9. password=value
  10. domain=value
Add Comment
Please, Sign In to add comment