Linux 查看某个用户的进程

Linux 查看某个用户的进程

To view only the processes owned by a specific user, use the following command:

top -U [USERNAME]

and replace [USERNAME] with the name of the user.

原文地址:https://www.cnblogs.com/followyourdream/p/3381241.html