标签:进程管理 hup stop 关闭 pid 状态 tar 内存 and
1.定时任务 crontab -e s m h d month w cmd
2.任务后台执行 command &
3.查看进程 ps -ef|grep prcss
4.杀死进程 kill -9 pid
5.服务状态 service prcss_name status|start|stop|restart
6.任务关闭终端仍运行 nohup cmd >out.o 2>err.o &
7.查看进程pid内存占有 cat /proc/pid/status
标签:进程管理 hup stop 关闭 pid 状态 tar 内存 and
原文地址:https://www.cnblogs.com/py-algo/p/14460240.html