Skip to content

Instantly share code, notes, and snippets.

@k1b1c0
Forked from TomCan/restart-samba.sh
Created October 13, 2017 15:37
Show Gist options
  • Save k1b1c0/1b35e30ad0e06aa949102f007be0647a to your computer and use it in GitHub Desktop.
Save k1b1c0/1b35e30ad0e06aa949102f007be0647a to your computer and use it in GitHub Desktop.
Restart Mac OS X smb service from terminal/cli
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.smbd.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.smbd.plist
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server.plist EnabledServices -array disk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment