命令 systemctl 和服务是否只存在于 linux 而不是 mac?

Does the command systemctl and service exists on linux only and not mac?

您好,我想在 Mac 上查看我的 Apache 服务的状态。我尝试了命令

sudo service httpd status

但未找到命令

我在 Google 中查找并发现 systemctl 所以我尝试

sudo man systemctl

并且没有显示 systemctl

的手动输入

我注意到我在 mac os 上看到的不多,只在 Google.

的网站上看到 linux

命令 systemctlservice 是否只存在于 linux 而不是 Mac?

如果是这样,这些命令的 mac 版本是什么?

相当于Linuxsystemctl on macOS would be launchctl. Apache also has it's own HTTP Server Control Interface, apachectl

OS X Man Pages