Forrest logo
back to context overview

w

List of commands for w:

  • w:tldr:2c2be w: Display information without including the login, JCPU and PCPU columns.
    $ w --short
    try on your machine
    explain this command
  • w:tldr:4bc4d w: Display information about a specific user.
    $ w ${username}
    try on your machine
    explain this command
  • w:tldr:824b0 w: Display information without including the header.
    $ w --no-header
    try on your machine
    explain this command
  • w:tldr:c6a9e w: Show info about logged-in users, sorted by their idle time.
    $ w -i
    try on your machine
    explain this command
  • w:tldr:e7c57 w: Show logged-in users info without a header.
    $ w -h
    try on your machine
    explain this command
  • w:tldr:f1290 w: Show logged-in users info.
    $ w
    try on your machine
    explain this command
back to context overview