Skip to content

Instantly share code, notes, and snippets.

@TomCan
Created July 23, 2015 14:53
Show Gist options
  • Select an option

  • Save TomCan/7182edff81937687432f to your computer and use it in GitHub Desktop.

Select an option

Save TomCan/7182edff81937687432f 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
@Mythlandia
Copy link
Copy Markdown

Mythlandia commented May 14, 2019

Simple, worked.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment