how to kill the tty in unix

前端 未结 10 1505
遇见更好的自我
遇见更好的自我 2020-12-23 20:52

This is the result of the finger command (Today(Monday) when I (Vidya) logged in)

sekic1083 [6:14am] [/home/vidya] -> finger
Name        Tty          


        
10条回答
  •  粉色の甜心
    2020-12-23 21:50

    If you want to close tty for specific user with all the process, above command is the easiest. You can use:

    killall -u user_name
    

提交回复
热议问题