logo

utils-std

Collection of commonly available Unix tools

logname.1 (569B)


  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-03-27
  5. .Dt LOGNAME 1
  6. .Os
  7. .Sh NAME
  8. .Nm logname
  9. .Nd print user's login name
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Sh DESCRIPTION
  13. .Nm
  14. prints the user's login name.
  15. Should be equivalent to
  16. .Cm id
  17. .Fl un .
  18. .Sh EXIT STATUS
  19. .Ex -std
  20. .Sh SEE ALSO
  21. .Xr getlogin 3
  22. .Sh STANDARDS
  23. .Nm
  24. should be compliant with the
  25. .St -p1003.1-2008
  26. specification.
  27. .Sh AUTHORS
  28. .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me