how to display terminal port in linux -


What I am trying to do is to indicate when the terminal port is being used when I am currently in my I'm logged into a Linux server, if someone can give me some help, then I would be great!

Thank you

Not entirely sure that you have a TCP port or a terminal session Are asking for. This answer is applied later -

You are logged in from the terminal, try the command, such as:

  myname @ servername : ~ $ Joe Somaloculars TTI 7 2014-03-06 14:11 myname pts / 0 2014-04-08 17:16 (192.168.11.8)   

or tty :

  myname @ servername: ~ $ tty / dev / pts / 0    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -