Forrest logo
back to context overview

ac

List of commands for ac:

  • ac:tldr:3f577 ac: Print how long a particular user has been connected in hours per day (with total).
    $ ac -dp ${username}
    try on your machine
    explain this command
  • ac:tldr:483fe ac: Print how long a particular user has been connected in hours.
    $ ac --individual-totals ${username}
    try on your machine
    explain this command
  • ac:tldr:614ba ac: Also display additional details.
    $ ac --compatibility
    try on your machine
    explain this command
  • ac:tldr:7782e ac: Print how long a particular user has been connected in hours per day (with total).
    $ ac --daily-totals --individual-totals ${username}
    try on your machine
    explain this command
  • ac:tldr:96a27 ac: Print how long users have been connected in hours.
    $ ac --individual-totals
    try on your machine
    explain this command
  • ac:tldr:a921a ac: Print how long a particular user has been connected in hours.
    $ ac -p ${username}
    try on your machine
    explain this command
  • ac:tldr:b1ab7 ac: Print how long users have been connected in hours.
    $ ac -p
    try on your machine
    explain this command
  • ac:tldr:e2075 ac: Print how long the current user has been connected in hours.
    $ ac
    try on your machine
    explain this command
back to context overview