LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to find out where else I'm logged in (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-find-out-where-else-im-logged-in-636113/)

x42bn6 04-17-2008 07:41 PM

How to find out where else I'm logged in
 
On my University network, is there a way of finding out which other terminals I'm logged into, and logging them out remotely (if that's possible)?

Tinkster 04-17-2008 07:51 PM

If by other terminals you mean dumb wyses (or similar) things to one server ... could be
done. If you're talking about sessions from varied machines to different servers ...
only with difficulty


Cheers,
Tink

dxqcanada 04-17-2008 09:06 PM

Code:

$ who | grep [your userID]
will show you what TTY's you happen to be logged into on the server you happen to be currnetly connected to.

If you are asking if you can query all of the campus servers to see if you are logged in ... that is more difficult


All times are GMT -5. The time now is 08:17 PM.