Guest User

Untitled

a guest
Dec 3rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. mount -t cifs -o
  2. domain=domainName.com,username=Flash111,password="myDomainPassword!@#"
  3. //172.10.10.10/SharedFolder /home/root/myfiles/SharedFolder
  4.  
  5. mount -t cifs -o
  6. domain=hostName,username=Flash111,password="myLocalPassword!@#"
  7. //172.10.10.10/SharedFolder /home/root/myfiles/SharedFolder
  8.  
  9. mount -t cifs -o
  10. domain=domainName.com,username=aDomainUser,password="aDomainPassword!@#"
  11. //172.10.10.10/SharedFolder /home/root/myfiles/SharedFolder
Add Comment
Please, Sign In to add comment