|
|
Who is logged into my Uw7 host? |
| You can use the 'who -Hu' command.
You can also use the 'last' command. You can forcibly logout a user by looking for the pid of the shell they have logged into. The pid is listed in the right most column. Issue a kill -2 <pid>, or a kill -9 <pid> if needed.
| |
| [Append to This Answer] |
| Previous: |
|
| Next: |
|
| ||||||||