by Void Main » Mon May 10, 2004 1:21 pm
I'm not quite sure what you are asking. Are you saying you telneted/sshed into a machine twice and see your username twice when doing a "who"? If so you can type "tty" on the command line and it will show what the terminal name is that your ID is associated with for that particular login. You can also grep for that tty in the ps list and see what processes were started in that login session. e.g.
$ tty
/dev/pts/1
$ ps auxww | grep pts/1