歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> Linux服務器

linux如何實現用戶注銷/掛起(logout)

掛起用戶[需要root權限運行,需要掛起的用戶名為 socol]

  Java代碼

  # sudo skill -STOP -u socol

  喚醒已掛起用戶

  Java代碼

  # sudo skill -CONT -u socol

  殺死/注銷用戶[socol]

  Java代碼

  # skill -KILL -u socol

  殺死/注銷所有用戶

  Java代碼

  # skill -KILL -v /dev/pts/*

Copyright © Linux教程網 All Rights Reserved