ps aux 查看进程信息

Posted Chuck Lu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ps aux 查看进程信息相关的知识,希望对你有一定的参考价值。

[[email protected] Desktop]# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.3 192096 7456 ? Ss 03:03 0:03 /usr/lib/systemd/systemd --switched-root --system --deserialize 21
root 2 0.0 0.0 0 0 ? S 03:03 0:00 [kthreadd]

 

[[email protected] Desktop]# ps aux | grep saslauthd
root 15867 0.0 0.0 112644 952 pts/0 R+ 04:29 0:00 grep --color=auto saslauthd

 

以上是关于ps aux 查看进程信息的主要内容,如果未能解决你的问题,请参考以下文章

linux命令ps aux|grep xxx详解

linux命令ps aux|grep xxx详解

linux命令ps aux | grep xxx详解

linux命令ps aux|grep xxx详解

linux命令ps aux|grep xxx详解

ps aux 和ps -aux和 ps -ef的功能及选择