踢掉登陆到本机的其他LINUX用户

 原贴:http://blog.linuxsky.org/2/viewspace-2929.html

踢掉登陆到本机的其他LINUX用户

上一篇 / 下一篇  2007-06-27 19:55:43 / 个人分类:经验点滴

查看( 66 ) / 评论( 2 ) / 评分( 0 / 0 )
[root@hwxtest ~]# w
00:35:45 up 48 min,  2 users,  load average: 0.00, 0.00, 0.00
USER     TTY      FROM              LOGIN@   IDLE   JCPU   PCPU WHAT
root     tty1     -                00:35    0.00s  0.00s  0.00s -bash
root     pts/0    192.168.10.7     00:35    0.00s  0.02s  0.00s w
[root@hwxtest ~]# skill -9 -t tty1
[root@hwxtest ~]# w
00:35:47 up 49 min,  1 user,  load average: 0.00, 0.00, 0.00
USER     TTY      FROM              LOGIN@   IDLE   JCPU   PCPU WHAT
root     pts/0    192.168.10.7     00:35    0.00s  0.02s  0.00s w
[root@hwxtest ~]#

你可能感兴趣的:(linux,user,UP,login)