'who -a' 返回一堆神秘的登录信息。显然,空的 pts/# 是已注销的用户,但活动进程被分配给所谓的已终止用户。
run-level 5 2019-06-13 19:14
LOGIN tty2 2019-07-13 07:21 13232 id=tty2
LOGIN console 2019-06-13 19:14 419 id=cons
pts/0 2019-07-13 07:36 13592 id=ts/0 term=0 exit=0
pts/1 2019-07-13 07:51 14072 id=ts/1 term=0 exit=0
pts/2 2019-07-13 01:11 4344 id=ts/2 term=0 exit=0
pts/3 2019-07-13 07:37 13700 id=ts/3 term=0 exit=0
user + pts/4 2019-07-13 19:48 01:15 14097 (xxx.xxx.x.xxx via mosh [xxxxx])
user + pts/5 2019-07-13 20:26 . 30505 (xxx.xxx.x.xxx)
如何将pts/0至pts/4和tty2踢出,加上并且是运行级别5?
答案1
你看不到那里有任何用户,也没有人“踢出”
默认情况下who -a
还显示-d
;死进程。
关闭的终端以及在那里运行并停止/死亡的进程的退出代码。