sbase/id.1

19 lines
449 B
Groff
Raw Normal View History

2013-08-07 12:40:21 +00:00
.TH ID 1 sbase\-VERSION
.SH NAME
id \- print real and effective user and group IDs
.SH SYNOPSIS
2013-08-07 12:40:21 +00:00
.B id
2013-12-01 17:29:20 +00:00
.RB [ -G ]
2013-12-01 11:40:49 +00:00
.RB [ user | uid ]
.SH DESCRIPTION
Print user and group information of the calling process to standard output.
2013-12-01 11:40:49 +00:00
If a login name or uid is specified, the user and group information of that
user is displayed.
2013-12-01 17:29:20 +00:00
.SH OPTIONS
.TP
.B \-G
Display group information as whitespace separated numbers, in no particular
order.
2013-08-07 12:40:21 +00:00
.SH SEE ALSO
.IR who(1)