LAST,LASTB(1) Linux System Administrator’s Manual LAST,LASTB(1) 名前 last, lastb - 最近ログインしたユーザのリストを表示する 書式 last [-R] [-num] [ -n num ] [-adiox] [ -f file ] [name...] [tty...] lastb [-R] [-num] [ -n num ] [ -f file ] [-adiox] [name...] [tty...] 説明 last は/var/log/wtmpファイル(もしくは-fオプションを用いて指定したファイ ル)を時間の流れとは逆方向に検索して行き、そのファイルが作られて以来ログ イン(及びログアウト)した全てのユーザのリストを表示する。ユーザ名及びtty の名前を引数として与える事もできる。その場合は引数と一致したエントリ ー の みを表示する。 ttyの名前は簡略化する事が出来る。例えば、last 0はlast tty0とするのと同じである。 lastは SIGINTシグナル(インタラプト・キー(通常はcontrol-C)を押すと発生す る) もしくは SIGQUITシグナル(quitキー(通常はcontrol-\)を押すと発生する) を受け取ると、いつの分まで検索したかを表示し、 SIGINTシグナルの場合はプ ログラムを終了する。 シ ステムをリブートすると、疑似的なユーザrebootがログインしたものとして /var/log/wtmpファイルに記録が残される。従って、last rebootとすると、 ロ グファイル生成以後全てのリブートのログが表示される。 lastb は、デフォルトでは不正なログインを記録する /var/log/btmpファイル のログを表示するということ以外は lastと同じである。 オプション -num lastに何行表示させるか指定する。 -n num 同上。 -R hostnameフィールドを表示しない。 -a ホスト名を最後の欄に表示する。次のオプションと組み合わせて用いる と便利。 -d ローカルからのログインでない場合は、Linuxはリモートホストの名前 だけでなく、その IP アドレスも記録している。このオプションを用い た場合は、その IP アドレスをホスト名に変換し直して表示する。 -i このオプションは-dと同様にリモートホストの IP アドレスを表示する が、アドレスを 数字と ‘.’ を使った形式で表示する。 -o (linux-libc5 アプリケーションが作成した)古い形の wtmp ファイルを 読み込む。 -x システムのシャットダウン及びランレベル変更の記録も表示する。 注意 wtmp 及びbtmpファイルが存在しない可能性もある。システムはこれらのファイ ルが存在する場合のみ情報を書き留める。上記のファイルが存在するか否か は 各 サイトの設定の問題である。これらのファイルを使いたい場合は、touch(1) コマンドを使って簡単に作る事が出来る(例えば、touch /var/log/wtmp) 。 ファイル /var/log/wtmp /var/log/btmp 著者 Miquel van Smoorenburg, miquels@cistron.nl 関連項目 shutdown(8), login(1), init(8) Jul 29, 1999 LAST,LASTB(1)
LAST,LASTB(1) Linux System Administrator’s Manual LAST,LASTB(1) NAME last, lastb - show listing of last logged in users SYNOPSIS last [-R] [-num] [ -n num ] [-adFiowx] [ -f file ] [ -t YYYYMMDDHHMMSS ] [name...] [tty...] lastb [-R] [-num] [ -n num ] [ -f file ] [-adFiowx] [name...] [tty...] DESCRIPTION Last searches back through the file /var/log/wtmp (or the file desig- nated by the -f flag) and displays a list of all users logged in (and out) since that file was created. Names of users and tty’s can be given, in which case last will show only those entries matching the arguments. Names of ttys can be abbreviated, thus last 0 is the same as last tty0. When last catches a SIGINT signal (generated by the interrupt key, usu- ally control-C) or a SIGQUIT signal (generated by the quit key, usually control-\), last will show how far it has searched through the file; in the case of the SIGINT signal last will then terminate. The pseudo user reboot logs in each time the system is rebooted. Thus last reboot will show a log of all reboots since the log file was cre- ated. Lastb is the same as last, except that by default it shows a log of the file /var/log/btmp, which contains all the bad login attempts. OPTIONS -f file Tells last to use a specific file instead of /var/log/wtmp. -num This is a count telling last how many lines to show. -n num The same. -t YYYYMMDDHHMMSS Display the state of logins as of the specified time. This is useful, e.g., to determine easily who was logged in at a partic- ular time -- specify that time with -t and look for "still logged in". -f file Specifies a file to search other than /var/log/wtmp. -R Suppresses the display of the hostname field. -a Display the hostname in the last column. Useful in combination with the next flag. -d For non-local logins, Linux stores not only the host name of the remote host but its IP number as well. This option translates the IP number back into a hostname. -F Print full login and logout times and dates. -i This option is like -d in that it displays the IP number of the remote host, but it displays the IP number in numbers-and-dots notation. -o Read an old-type wtmp file (written by linux-libc5 applica- tions). -w Display full user and domain names in the output. -x Display the system shutdown entries and run level changes. NOTES The files wtmp and btmp might not be found. The system only logs infor- mation in these files if they are present. This is a local configura- tion issue. If you want the files to be used, they can be created with a simple touch(1) command (for example, touch /var/log/wtmp). FILES /var/log/wtmp /var/log/btmp AUTHOR Miquel van Smoorenburg, miquels@cistron.nl SEE ALSO shutdown(8), login(1), init(8) Jul 31, 2004 LAST,LASTB(1)
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa