关于w执行后发现的问题

发布于 2022-08-28 16:17:17 字数 1838 浏览 8 评论 1

我用w后,发现有一个root用户待了很长时间
# w
  2:21pm  up 60 days, 18:03,  5 users,  load average: 0.02, 0.02, 0.01
User                 tty           login@                idle   JCPU   PCPU  what
student           pts/0         1:41pm             20                su  root
root                 ttyp1         3:28pm          836:23                -
student1          pts/1        10:43am                                su  root
root                  ttyp2        10:45am                                /bin/ksh
root                  ttyp3         1:49pm             20                /bin/ksh

可我们现在是两个用户登录,然后再su到root的,怎么会有另外的root,而且也找不到属于这个root的进程,是怎么回事呢?能用什么方法可以杀掉这个root的?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清风不识月 2022-09-07 06:59:18

uptime prints the current time, the length of time the system has been
      up, the number of users logged on to the system, and the average
      number of jobs in the run queue over the last 1, 5, and 15 minutes for
      the active processors.

      w is linked to uptime and prints the same output as uptime -w,
      displaying a summary of the current activity on the system.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文