Linux Commands Examples

A great documentation place for Linux commands

w.procps

Show who is logged on and what they are doing.


see also : free - ps - top - uptime - who

Synopsis

w [options] user [...]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

w displays information about the users currently on the machine, and their processes. The header shows, in this order, the current time, how long the system has been running, how many users are currently logged on, and the system load averages for the past 1, 5, and 15 minutes.

The following entries are displayed for each user: login name, the tty name, the remote host, login time, idle time, JCPU, PCPU, and the command line of their current process.

The JCPU time is the time used by all processes attached to the tty. It does not include past background jobs, but does include currently running background jobs.

The PCPU time is the time used by the current process, named in the "what" field.

command line options

-h, --no-header

Don’t print the header.

-u, --no-current

Ignores the username while figuring out the current process and cpu times. To demonstrate this, do a "su" and do a "w" and a "w -u".

-s, --short

Use the short format. Don’t print the login time, JCPU or PCPU times.

-f, --from

Toggle printing the from (remote hostname) field. The default as released is for the from field to not be printed, although your system administrator or distribution maintainer may have compiled a version in which the from field is shown by default.

--help

Display help text and exit.

-V, --version

Display version information.

-o, --old-style

Old style output. Prints blank space for idle times less than one minute.

user

Show information about the specified user only.

environment

PROCPS_USERLEN

Override the default width of the username column. Defaults to 8.

PROCPS_FROMLEN

Override the default width of the from column. Defaults to 16.

files

/var/run/utmp

information about who is currently logged on

/proc

process information

reporting bugs

Please send bug reports to procps[:at:]freelists[:dot:]org (procps[:at:]freelists[:dot:]org)


see also

free , ps , top , uptime , utmp, who


authors

w was re-written almost entirely by Charles Blake, based on the version by Larry Greenfield (greenfie[:at:]gauss.rutgers[:dot:]edu) and Michael K. Johnson (johnsonm[:at:]redhat[:dot:]com)

How can this site be more helpful to YOU ?


give  feedback