首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
linux命令行使用总结
linux命令行使用总结
mac
2024-04-04
34
nohup和&后台运行,进程查看及终止
nohup command &
查看运行的后台进程
jobs -l
终止后台运行的进程
1
kill -9 进程号
(2)ps -ef
1
ps -aux|grep chat.js
a:显示所有程序 u:以用户为主的格式来显示 x:显示所有程序,不以终端机来区分
转载请注明原文地址: https://mac.8miu.com/read-488383.html
最新回复
(
0
)