Fulltext results:
- Start and Stop the Apple File Server from Command Line @blog:2011
- ~~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"): <code bash> sudo /sbin/service com.apple.AppleFileServer start </code> And likewise stop it: <code bash> sudo