Add whoami(1)

including manpage and other stuff. This program is a no-brainer.
This was inspired by an initial commit by e@bestmx.net. Thanks!
This commit is contained in:
FRIGN
2015-12-14 10:55:25 +01:00
committed by sin
parent bb7427f6c1
commit 09c279285a
4 changed files with 48 additions and 0 deletions

9
whoami.1 Normal file
View File

@@ -0,0 +1,9 @@
.Dd 2015-12-14
.Dt WHOAMI 1
.Os sbase
.Sh NAME
.Nm whoami
.Nd show effective uid
.Sh SYNOPSIS
.Nm
writes the name of the effective uid to stdout.