~~META:date created = 2011-03-07 12:33~~
====== Start and Stop the Apple File Server from Command Line ======
You can use ''/sbin/service'' to start or stop the "Personal File Sharing".
Start the Apple File Server ("Personal File Sharing"):
sudo /sbin/service com.apple.AppleFileServer start
And likewise stop it:
sudo /sbin/service com.apple.AppleFileServer stop
{{tag>cli mac osx share shell sysadmin}}