OSDN Git Service

GNU_coreutils: Add a directory for a new translation.
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / id.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH ID "1" "April 2010" "GNU coreutils 8.5" "User Commands"
3 .SH NAME
4 id \- print real and effective user and group IDs
5 .SH SYNOPSIS
6 .B id
7 [\fIOPTION\fR]... [\fIUSERNAME\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print user and group information for the specified USERNAME,
12 or (when USERNAME 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\-\-help\fR
36 display this help and exit
37 .TP
38 \fB\-\-version\fR
39 output version information and exit
40 .PP
41 Without any OPTION, print some useful set of identified information.
42 .SH AUTHOR
43 Written by Arnold Robbins and David MacKenzie.
44 .SH "REPORTING BUGS"
45 Report id bugs to bug\-coreutils@gnu.org
46 .br
47 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
48 .br
49 General help using GNU software: <http://www.gnu.org/gethelp/>
50 .br
51 Report id translation bugs to <http://translationproject.org/team/>
52 .SH COPYRIGHT
53 Copyright \(co 2010 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.