Guest User

Untitled

a guest
Nov 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. "The operation can’t be completed because the original item for “Foo” can’t be found"
  2.  
  3. sudo chmod 775 /Volumes
  4.  
  5. sudo chgrp admin /Volumes
  6.  
  7. $ ssh myremoteserver
  8. $ ps -eaf | egrep -i smbd|afpd
  9. 12902 root 34784 S smbd -D
  10. 24642 admin 23680 S /usr/sbin/afpd -d -F /etc/netatalk/afp.conf
  11.  
  12. $ cd /mnt/myshares
  13. $ ls -l
  14. drwxr-x--- 6 nobody allaccou 4096 Jun 25 02:50 foo
  15. drwxr-x--- 11 nobody allaccou 4096 Jun 10 20:39 bar
  16. drwxr-xr-x 12 nobody allaccou 4096 Jun 24 23:18 baz
  17.  
  18. $ sudo cat /etc/group
  19. root:x:0:root
  20. administrators:x:1001:admin
  21. share:!:1000:admin,nobody
  22. allaccount:!:501:bob,jane,sue
  23. netdev:x:1002:
  24.  
  25. [~]$ ls -ald /Volumes/
  26. drwxrwxrwt@ 5 root admin 170 Mar 31 23:41 /Volumes/
  27.  
  28. $ mount
  29. //GUEST:@OPENELEC._smb._tcp.local/videos on /Volumes/videos (smbfs, nodev, nosuid, noowners, mounted by user)
  30. $ umount /Volumes/videos
Add Comment
Please, Sign In to add comment