logname.1 (585B)
- .\" utils-std: Collection of commonly available Unix tools
- .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: 0BSD
- .Dd 2024-03-27
- .Dt LOGNAME 1
- .Os
- .Sh NAME
- .Nm logname
- .Nd print user's login name
- .Sh SYNOPSIS
- .Nm
- .Sh DESCRIPTION
- .Nm
- prints the user's login name.
- Should be equivalent to
- .Cm id
- .Fl un .
- .Sh EXIT STATUS
- .Ex -std
- .Sh SEE ALSO
- .Xr getlogin 3
- .Sh STANDARDS
- .Nm
- should be compliant with the
- IEEE Std 1003.1-2024 (“POSIX.1”)
- specification.
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me