Advertisement
Guest User

Untitled

a guest
Oct 10th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. mount_smbfs //guest@macbook-pro.local/Files /tmp/files
  2. ls /tmp/files
  3. fileA fileB
  4.  
  5. click MacBook-Pro -> Connect As -> Guest -> Connect
  6. double click Files
  7. ls /Volumes/Files
  8. fileA fileB
  9.  
  10. mount_smbfs //admin@macbook-pro.local/Files /tmp/files
  11. Password for MacBook-pro.local:
  12. mount_smbfs: server rejected the connection: Authentication error
  13.  
  14. click MacBook-Pro -> Connect As -> Registered User
  15. Username: admin
  16. Password: password
  17. -> Connect
  18. double click Files
  19. ls /Volumes/Files
  20. fileA fileB
  21.  
  22. Share files and folders using SMB
  23. Number of users connected: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement