.\" You may copy, distribute and modify under the terms of the LDP General .\" Public License as specified in the LICENSE file that comes with the .\" gnumaniak distribution .\" .\" The author kindly requests that no comments regarding the "better" .\" suitability or up-to-date notices of any info documentation alternative .\" is added without contacting him first. .\" .\" (C) 1999-2002 Ragnar Hojland Espinosa .\" .\" GNU users man page .\" man pages are NOT obsolete! .\" .\" .\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved. .\" Translated Sun 12 Mar 2000 by NAKANO Takeo .\" .TH users 1 "18 June 2002" "GNU Shell Utilities 2.1" .SH 名前 users \- 現在ホストにログインしているユーザー全員のユーザー名を表示する .SH 書式 .BI "users [" file "]" .sp .B users [\-\-help] [\-\-version] .SH 説明 .B users は現在のホストにログインしているユーザー全員のユーザー名を、 空白で区切って一行に表示する。 表示されたそれぞれのユーザー名は、ログインセッションに対応する。 したがってあるユーザーが複数のログインセッションを行っている場合は、 そのユーザーの名前はセッション数と同じだけ表示される。 .I file 引き数が与えられないと、 .B users はログインユーザーの情報を .B /var/run/utmp ファイルから引き出す。 .I file が引き数に与えられた場合は、 .B users はそのファイルを代わりに用いる。 .B /var/run/wtmp が良く使われる。 .SH オプション .TP .B "\-\-help" 標準出力に使用方法のメッセージを出力して正常終了する。 .TP .B "\-\-version" 標準出力にバージョン情報を出力して正常終了する。 .SH 注意 プログラムのバグについては bug-sh-utils@gnu.org に報告してください。 ページの更新は Ragnar Hojland Espinosa が行っています。