~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/id.1

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH ID "1" "October 2012" "GNU coreutils 8.20" "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 2012 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.