Questions tagged [who]

Command to list which users are logged in the system. For questions related to how to interpret and use the coreutils who command.

60 questions
3
votes
1 answer

Who command: what is S on slackware?

who -r run-level 4 2015-01-19 21:56 last=S I'm on slackware,what does it mean S? Previous runlevel?
elbarna
  • 12,695
0
votes
2 answers

Display consistently the date and time output for the who command

If I connect via SSH to my Debian 12 Server from another Linux Server and run the who -m command, it displays the following: test-user pts/1 2024-01-24 11:13 (xx.xx.xx.xx) But, if I connect from a Windows 11 computer, via Windows Terminal…
0
votes
2 answers

Explain who command output in 2nd column

I have 2 machine setup of rhel7 , one is in terminal mode and the other is in grahical mode , when I run 'who' command on both the machines why do I get 'tty' in 2nd column output for the machine in terminal mode and 'pts' for machine in graphical…
-2
votes
2 answers

Explain who command's ':0' value in 4th column's output

I have a graphical machine of rhel7, when i run who command , one of the outputs in 2nd column is ':0'. What does ':0' mean ?
-3
votes
1 answer

Explain who commands 4th column

I have graphical machine of rhel7 , when i run who command , the output of 4th column is ':0' , what does that mean? When my other machine take access of this graphical machine , the output of who commands 4th column is ip address of the machine…