Skip to content

Instantly share code, notes, and snippets.

@jsleetw
Created February 26, 2013 06:42
Show Gist options
  • Save jsleetw/5036461 to your computer and use it in GitHub Desktop.
Save jsleetw/5036461 to your computer and use it in GitHub Desktop.
samba setup - from ubuntu share to mac
sudo apt-get install samba
edit: /etc/samba/smb.conf
[mfs]
path = /home/someone
writable = yes
add user:
smbpasswd -a someone
restart samba:
/etc/init.d/smbd restart
mac link:
smb://somewhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment