Mac相关

Mac相关

1
2
3
4
5
# mac启动ftp服务器
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
# mac检查占用80端口的进程
sudo lsof -n -i:80 | grep LISTEN