# mac下命令记录

# 查看端口占用情况

lsof -i tcp:3000

结束进程与linux一样:

kill -9 进程编号

# 从linux服务器下载文件到本地:

scp root@192.168.21.176:/home/xx.zip ./