OSDN Git Service

coreutils: Update to coreutils 8.22
[linuxjm/coreutils.git] / original / man1 / id.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
2 .TH ID "1" "May 2014" "GNU coreutils 8.22" "User Commands"
3 .SH NAME
4 id \- print real and effective user and group IDs
5 .SH SYNOPSIS
6 .B id
7 [\fIOPTION\fR]... [\fIUSER\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print user and group information for the specified USER,
12 or (when USER omitted) for the current user.
13 .TP
14 \fB\-a\fR
15 ignore, for compatibility with other versions
16 .TP
17 \fB\-Z\fR, \fB\-\-context\fR
18 print only the security context of the current user
19 .TP
20 \fB\-g\fR, \fB\-\-group\fR
21 print only the effective group ID
22 .TP
23 \fB\-G\fR, \fB\-\-groups\fR
24 print all group IDs
25 .TP
26 \fB\-n\fR, \fB\-\-name\fR
27 print a name instead of a number, for \fB\-ugG\fR
28 .TP
29 \fB\-r\fR, \fB\-\-real\fR
30 print the real ID instead of the effective ID, with \fB\-ugG\fR
31 .TP
32 \fB\-u\fR, \fB\-\-user\fR
33 print only the effective user ID
34 .TP
35 \fB\-z\fR, \fB\-\-zero\fR
36 delimit entries with NUL characters, not whitespace;
37 .IP
38 not permitted in default format
39 .TP
40 \fB\-\-help\fR
41 display this help and exit
42 .TP
43 \fB\-\-version\fR
44 output version information and exit
45 .PP
46 Without any OPTION, print some useful set of identified information.
47 .PP
48 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
49 Report id translation bugs to <http://translationproject.org/team/>
50 .SH AUTHOR
51 Written by Arnold Robbins and David MacKenzie.
52 .SH COPYRIGHT
53 Copyright \(co 2013 Free Software Foundation, Inc.
54 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
55 .br
56 This is free software: you are free to change and redistribute it.
57 There is NO WARRANTY, to the extent permitted by law.
58 .SH "SEE ALSO"
59 The full documentation for
60 .B id
61 is maintained as a Texinfo manual.  If the
62 .B info
63 and
64 .B id
65 programs are properly installed at your site, the command
66 .IP
67 .B info coreutils \(aqid invocation\(aq
68 .PP
69 should give you access to the complete manual.