Linux Comm Rwho
# Linux rwho Command
[ Linux Command Manual](#)
The Linux rwho command is used to view system users.
The effect of the rwho command is similar to the who command, but it displays users on all hosts within the local area network. The hosts must provide the functionality of the rwhod daemon to use the rwho command.
### Syntax
rwho
**Parameter Description**:
* -a Lists all users, including users who have been idle for more than 1 hour.
### Example
Display all users on the local area network
# rwho root snail-hnlinux:pts/2 May 14 17:42
[ Linux Command Manual](#)
YouTip