English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux rwho command

Linux Command Manual

The Linux rwho command is used to view system users.

The effect of the rwho command in Linux is similar to the who command, but it will display users from all hosts in the local area network. The host must provide the rwhod resident service function to use the rwho command.

Syntax

rwho [-a]

Parameter Description:

  • -a List all users, including those with idle time over1hours or more.

Online Examples

Display all users in the local LAN

# rwho
root   snail-hnlinux:pts/2 May 14 17:42

Linux Command Manual