Centos通過(guò)ps查看指定用戶下的進(jìn)程
發(fā)布時(shí)間:2023/10/9 10:01:42
Centos通過(guò)ps查看指定用戶下的進(jìn)程
查看某個(gè)用戶名下的進(jìn)程信息:例如 root
ps -f -u root
查看root用戶下的用戶進(jìn)程信息,排除了系統(tǒng)進(jìn)程
ps -f -u root | egrep -v "\[|systemd"
本文來(lái)源:
http://666323.cn/aws/article/8533.html
[復(fù)制鏈接]
鏈接已復(fù)制