System Grab Bag

View all TLDR pages from Linux (or from all pages)

w

Display who is logged in and their processes. More information: https://www.geeksforgeeks.org/w-command-in-linux-with-examples/.
  • Display information about all users who are currently logged in:
    w
  • Display information about a specific user:
    w {{username}}
  • Display information without including the header:
    w --no-header
  • Display information without including the login, JCPU and PCPU columns:
    w --short

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: