ftp操作:
- 开启: sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
- 关闭: sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
apache操作:
- 重启: sudo /usr/sbin/apachectl restart
- 关闭: sudo /usr/sbin/apachectl stop
- 开启: sudo /usr/sbin/apachectl start