LAST.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- LAST(1) Minix Programmer's Manual LAST(1)
- NAME
- last - display recent on-line session records
- SYNOPSIS
- last [-f file] [-r] [-n] [name] [tty] ...
- OPTIONS
- -f Use file instead of /usr/adm/wtmp
- -r Search backwards only to last reboot
- -n Print a maximum of n lines
- EXAMPLES
- last reboot # When was the system last rebooted?
- last ast # When was the last login for ast?
- last -10 tty00 tty01
- # Display last 10 logins on tty00 or tty01
- DESCRIPTION
- Last Searches backward through the login administration file (default is
- /usr/adm/wtmp), printing information about previous logins and reboots.
- During a long search, the SIGQUIT signal (CTRL-) causes last to display
- how far back it has gone; it then continues.
- SEE ALSO
- login(1).
- 1