OSDN Git Service

coreutils: Update draft pages based on *.x update
[linuxjm/jm.git] / manual / GNU_coreutils / draft / man1 / id.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
2 .TH ID "1" "2021年4月" "GNU coreutils" "ユーザーコマンド"
3 .SH 名前
4 id \- ユーザやグループの実 IDと実効 ID を表示する
5 .SH 書式
6 .B id
7 [\fI\,OPTION\/\fR]... [\fI\,USER\/\fR]...
8 .SH 説明
9 .\" Add any additional description here
10 .PP
11 Print user and group information for each 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 process
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 この使い方を表示して終了する
42 .TP
43 \fB\-\-version\fR
44 バージョン情報を表示して終了する
45 .PP
46 OPTION が指定されない場合、識別情報のうち有用な物を表示します。
47 .PP
48 GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
49 Report any translation bugs to <https://translationproject.org/team/>
50 Full documentation <https://www.gnu.org/software/coreutils/id>
51 or available locally via: info '(coreutils) id invocation'
52 .SH 作者
53 作者 Arnold Robbins および David MacKenzie。
54 .SH 著作権
55 Copyright \(co 2020 Free Software Foundation, Inc.
56 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
57 .br
58 This is free software: you are free to change and redistribute it.
59 There is NO WARRANTY, to the extent permitted by law.
60 .SH 関連項目
61 .B id
62 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
63 .B info
64 および
65 .B id
66 のプログラムが正しくインストールされているならば、コマンド
67 .IP
68 .B info id
69 .PP
70 を使用すると完全なマニュアルを読むことができるはずだ。