2020-12-11 07:25:55 +00:00
|
|
|
.TH LOGNAME 1
|
|
|
|
.SH NAME
|
|
|
|
logname \- return the user's login name
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B logname
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B logname
|
|
|
|
simply writes the user's login name to standard output. That's it. It's
|
|
|
|
basically just a call to getlogin(3). Pretty simple.
|
|
|
|
.SH OPTIONS
|
|
|
|
None
|
|
|
|
.SH AUTHOR
|
|
|
|
Written by Kat.
|
|
|
|
.SH COPYRIGHT
|
|
|
|
Copyright (C) 2020 The FENIX Project
|
|
|
|
.PP
|
|
|
|
This software is free software. Feel free to modify it and/or pass
|
2020-12-11 10:55:45 +00:00
|
|
|
it around.
|
|
|
|
.PP
|
|
|
|
This \fBlogname\fR implementation is part of the fenutils package.
|