Answer the question
In order to leave comments, you need to log in
Linux: how to logout if there is no user access?
I just noticed that users returned 11 identical users. Presumably these are sessions that ended unexpectedly for me (SSH idle for a while), how do I end all these sessions? root access is.
Answer the question
In order to leave comments, you need to log in
Output who is currently logged in according to FILE. If FILE is not
specified, use /var/run/utmp . /var/log/wtmp as FILE is common.
you can find processes and bang them:
ps aux | grep <process name> - find out the PID
kill -9 PID
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question