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.

相关文章:

  • 2021-11-08
  • 2021-12-15
  • 2022-12-23
  • 2021-11-05
  • 2022-02-09
  • 2022-12-23
  • 2022-01-15
猜你喜欢
  • 2021-12-22
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
相关资源
相似解决方案