logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/

whoami.1 (478B)


  1. .\" utils-std: Collection of commonly available Unix tools
  2. .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: MPL-2.0
  4. .Dd 2024-12-07
  5. .Dt WHOAMI 1
  6. .Os
  7. .Sh NAME
  8. .Nm whoami
  9. .Nd return username
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Sh DESCRIPTION
  13. .Nm
  14. prints the username of the current effective user ID, equivalent to
  15. .Cm id
  16. .Fl un .
  17. .Sh SEE ALSO
  18. .Xr id 1 ,
  19. .Xr logname 1
  20. .Sh AUTHORS
  21. .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me