how to read ssh output from 'last' and 'who' command

python_starter

I have just used the command 'last' to see who has logged into my server.

I am unsure how to read some of the output, particularly in Column 2 where it states pts/l and :0.

Instead of spoon feeding me the answer, could you point me in the direction of a good source or pdf's to read in order to become more familiar with this query and general ssh queries.

www.digitalocean.com has been useful up to this point.

Thanks guys( and girls).

wrothe

pts/1 is your pseudoterminal. A pseudoterminal provides processes with an interface that is identical to that of a real terminal.

http://linux.die.net/man/4/pts

:0 is your X11 Display

https://en.wikipedia.org/wiki/X_Window_System

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to tell the "last" command to read from STDIN?

From Dev

Read the last line of output of a bash command

From Dev

How to read first and last line from cat output?

From Dev

How to read last line from output process class?

From Dev

How do I reuse the last output from the command line?

From Dev

SQLite how to read the value of a field from the last ExecuteNonQuery() command

From Dev

Understanding the output of the `who -a` command

From Dev

Incorrect output of history command of ssh. How to read the timestamp info correctly

From Dev

What is the meaning of "crash" from the output of the last command?

From Dev

How to output posts from the last

From Dev

How to insert the last output line into the command line?

From Dev

How can I get the output of an ssh command?

From Dev

How can I get the output of an ssh command?

From Dev

How to pass the output of a script as an argument to a ssh command?

From Dev

python read from shell command output

From Dev

Shell Scripting: read input from command output

From Dev

Is there any way to read lines from command output?

From Dev

Is this output from “who -a” normal?

From Dev

How can I count a python array that output from my last command?

From Dev

how to read git show command output

From Dev

how to read git show command output

From Dev

How to redirect command output from remote machine to local file via ssh?

From Dev

How to redirect command output from remote machine to local file via ssh?

From Dev

Output of the "last" command

From Dev

Output of ssh control command ~#

From Dev

How to use a while loop to read text consecutively from text file and output text parameters into a command

From Dev

Getting the last x digits from output with grep command

From Dev

How can I hide my IP from linux who command

From Dev

Getting the last 5 days date from input (read command line)

Related Related

  1. 1

    How to tell the "last" command to read from STDIN?

  2. 2

    Read the last line of output of a bash command

  3. 3

    How to read first and last line from cat output?

  4. 4

    How to read last line from output process class?

  5. 5

    How do I reuse the last output from the command line?

  6. 6

    SQLite how to read the value of a field from the last ExecuteNonQuery() command

  7. 7

    Understanding the output of the `who -a` command

  8. 8

    Incorrect output of history command of ssh. How to read the timestamp info correctly

  9. 9

    What is the meaning of "crash" from the output of the last command?

  10. 10

    How to output posts from the last

  11. 11

    How to insert the last output line into the command line?

  12. 12

    How can I get the output of an ssh command?

  13. 13

    How can I get the output of an ssh command?

  14. 14

    How to pass the output of a script as an argument to a ssh command?

  15. 15

    python read from shell command output

  16. 16

    Shell Scripting: read input from command output

  17. 17

    Is there any way to read lines from command output?

  18. 18

    Is this output from “who -a” normal?

  19. 19

    How can I count a python array that output from my last command?

  20. 20

    how to read git show command output

  21. 21

    how to read git show command output

  22. 22

    How to redirect command output from remote machine to local file via ssh?

  23. 23

    How to redirect command output from remote machine to local file via ssh?

  24. 24

    Output of the "last" command

  25. 25

    Output of ssh control command ~#

  26. 26

    How to use a while loop to read text consecutively from text file and output text parameters into a command

  27. 27

    Getting the last x digits from output with grep command

  28. 28

    How can I hide my IP from linux who command

  29. 29

    Getting the last 5 days date from input (read command line)

HotTag

Archive