Guest User

Untitled

a guest
Aug 10th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. //my.server/my40Folder/MY40SUBFOLDER/other40folder /var/ftp/virtual_users/myfolder cifs username=mydomain134myuser,password=mypassword 1 1
  2.  
  3. $ sudo mount -t cifs "//my.server/my Folder/MY SUBFOLDER/other folder" /var/ftp/virtual_users/myfolder --verbose -o username=myuser,password=mypassword,domain=mydomain
  4.  
  5. $ smbclient "//my.server/my Folder" -U myuser -W mydomain
  6.  
  7. //my.server/other /var/ftp/virtual_users/other cifs username=mydomain134myuser,password=mypassword,nobrl,noperm 1 1
  8.  
  9. //my.server/my Folder
  10.  
  11. //win_server/share /mount cifs credentials=/etc/cred.cifs,nounix,nobrl,noperm 0 0
  12.  
  13. //win_server/share /mount cifs credentials=/etc/cred.cifs,nounix 0 0
Add Comment
Please, Sign In to add comment