//접속자 확인하기

[root@localhost ~]# who

root     tty1         2011-08-09 09:50

root     tty2         2011-08-09 09:50

root     pts/0        2011-08-10 06:09 (123.123.123.123)


//해당 계정의 모든 세션 끊기

[root@localhost ~]# skill -KILL username


//특정 세션만 끊기

[root@localhost ~]# skill -KILL -v pts/? 


+ Recent posts