Hey. I am trying to see the status of my apache services on my Mac. I tried the command
sudo service httpd status
but command not found
I look on Google and discover systemctl
, so I try to
sudo man systemctl
and manual recording for systemctl
I noticed that I did not see much mac os and only see Linux on sites on Google.
Are there commands systemctl
and service
only on Linux, not Mac?
If so, what is the Mac version of this command?
source
share