Friday, May 18, 2012

Logging out other users in Linux

If you wish to logout other users on your Linux Box, use the command the pkill

Step 1: Check the list of users that are logged on the Linux Box, you can use the following command
# w

OR
# who
Once you know the users, you the command pkill

# pkill -KILL -u userid

No comments: