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.
2023-01-20 22:32:22
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.
下一篇:Linux基础介绍【第四篇】