linux后台运行程序,及其关闭
后台运行
nohup npm run dev > nohupcmd.out 2>&1 &
查看进程
lsof -i:9528
返回:*node 10019 root 19u IPv4 908349314 0t0 TCP :9528 (LISTEN)
杀死进程
kill -9 10019
A little hug, little gift.
All of little something.
these are our meories.