W (Unix)
Encyclopedia
The command w on many Unix-like
operating system
s provides a quick summary of every user logged into a computer, what that user is currently doing, and what load
all the activity is imposing on the computer itself. The command is a one-command combination of several other Unix programs: who
, uptime
, and ps -a
.
Sample output (this may vary between systems):
Unix-like
A Unix-like operating system is one that behaves in a manner similar to a Unix system, while not necessarily conforming to or being certified to any version of the Single UNIX Specification....
operating system
Operating system
An operating system is a set of programs that manage computer hardware resources and provide common services for application software. The operating system is the most important type of system software in a computer system...
s provides a quick summary of every user logged into a computer, what that user is currently doing, and what load
Load (computing)
In UNIX computing, the system load is a measure of the amount of work that a computer system performs. The load average represents the average system load over a period of time...
all the activity is imposing on the computer itself. The command is a one-command combination of several other Unix programs: who
Who (Unix)
The standard Unix command who displays a list of users who are currently logged into a computer.The who command is related to the command w, which provides the same information but also displays additional data and statistics.- Specification :...
, uptime
Uptime
Uptime is a measure of the time a machine has been up without any downtime.It is often used as a measure of computer operating system reliability or stability, in that this time represents the time a computer can be left unattended without crashing, or needing to be rebooted for administrative or...
, and ps -a
Ps (Unix)
In most Unix-like operating systems, the ps program displays the currently-running processes. A related Unix utility named top provides a real-time view of the running processes....
.
Sample output (this may vary between systems):