OSDN Git Service

info/GNU_which: Add some explanations.
[linuxjm/jm.git] / manual / SysVinit / draft / man1 / wall.1
1 .\" This page is originally in the SysVinit package.
2 .\" Translated Fri 14 Feb 1997
3 .\"         by Kazuyoshi Furutaka <furutaka@Flux.tokai.jaeri.go.jp>
4 .\" Updated Fri 27 Sep 2002 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
5 .\" 
6 .TH WALL 1 "12 September 2000" "" "Linux User's Manual"
7 .\"O .SH NAME
8 .\"O wall -- send a message to everybody's terminal.
9 .SH 名前
10 wall \- 全員の端末にメッセージを送る。
11 .\"O .SH SYNOPSIS
12 .SH 書式
13 .B wall
14 .RB [ " message " ]
15 .\"O .SH DESCRIPTION
16 .SH 説明
17 .\"O .B Wall
18 .\"O sends a message to everybody logged in with their \fImesg\fP(1) permission
19 .\"O set to \fByes\fP. The message can be given as an argument to \fIwall\fP, or
20 .\"O it can be sent to \fIwall\fP's standard input. When using the standard input
21 .\"O from a terminal, the message should be terminated with the \fBEOF\fP key
22 .\"O (usually Control-D).
23 .B wall
24 は \fImesg\fP(1) 許可属性を \fByes\fP に設定している
25 ログインユーザ全員にメッセージを送る。
26 メッセージは \fIwall\fP 起動時の引数として与えることも、
27 また \fIwall\fP の標準入力に送ることもできる。
28 端末から標準入力にメッセージを入力する場合は、
29 \fBEOF\fP キー (通常 Control-D)
30 によってメッセージを終了させなくてはならない。
31 .PP
32 .\"O The length of the message is limited to 20 lines.
33 メッセージの長さは 20 行までに制限されている。
34 .\"O .SH NOTES
35 .SH 注意
36 .\"O There is an undocumented (well not anymore..) option, "-n", that
37 .\"O supresses the banner printed by
38 .\"O .I wall .
39 .\"O This is for usage by
40 .\"O .I rwalld
41 .\"O (8).
42 .\"O .I Wall
43 .\"O will not allow you to use that flag if wall is installed set-group-id
44 .\"O and the user executing wall is not root.
45 文書化されていない (し今後書く予定もない...) オプション
46 "-n" があり、これは
47 .B wall
48 が表示するバナーを抑制する。
49 これは
50 .BR walld (8)
51 から利用するためのものである。
52 .B wall
53 が sgid でインストールされていて、実行したのが root 以外だった場合は、
54 このフラグは利用できない。
55 .PP
56 .\"O For every invocation of
57 .\"O .I wall
58 .\"O a notification will be written to syslog, with facility LOG_USER and
59 .\"O level LOG_INFO.
60 .B wall
61 は、実行されるごとに syslog に通知を行う。
62 facility には LOG_USER が、レベルには LOG_INFO がそれぞれ用いられる。
63 .\"O .SH ENVIRONMENT
64 .SH 環境変数
65 .\"O .I Wall
66 .\"O ignores the
67 .\"O .B TZ
68 .\"O variable - the time printed in the banner is based on the systems
69 .\"O local time.
70 .B wall
71
72 .B TZ
73 環境変数を無視する。
74 バナーに表示する時刻はシステムのローカル時刻に基づいて決まる。
75 .\"O .SH SEE ALSO
76 .SH 関連項目
77 mesg(1),
78 .\"O rpc.rwalld(8).
79 rpc.rwalld(8)
80 .\"O .SH AUTHOR
81 .SH 著者
82 Miquel van Smoorenburg, miquels@cistron.nl