Commands that provide user information.

  • who - lists login information about who is logged on.
  • who am i - performs a who on just you.
  • whoami - lists just your user ID.
  • finger - lists account information about users. If applied to a specific user, lists :
  • w user - reports login info and computing resources being used by all users logged in. Can specify user to limit scope.
  • id user - reports user's account info, Real UID, and all groups user belongs to. Options target specific portions of available information. id -un # equivalent of whoami