How do I restart a service in the terminal
I saw a post that says I can, to start a service go
sudo launchctl load -w /System/Library/LaunchDaemons/***.plist
so i start out with trying to print all the services in the system domain (I hope that's the right domain here) so i can find the one I want.
sudo launchctl print /System
And at that point I get lost, because the man page is just a lot of terminology to take in when all I want to do is understand what counts as a service and how to send "messages" to it. I wonder if there is a reference for people who have never ever installed xcode to help us?