wtmp
美
英 
例句
To dump out the contents of the wtmp file, use the last command.
要转储wtmp文件的内容,可以使用last命令。
Listing 17 shows a very simple Perl script that does a direct dump of the data in wtmp.
清单17显示了一个很简单的Perl脚本,该脚本用于对wtmp中的数据进行直接转储。
Because the wtmp also contains information about reboots and shutdowns, you can list that information, too (see Listing 16).
因为wtmp还包含关于重新启动和关闭的信息,所以您也可以列出这些信息(请参见清单16)。
Running this script gives you the login information for wtmp.
运行这个脚本,您将获得wtmp的登录信息。
Listing 8. Solaris format from wtmp
清单8.wtmp中的Solaris格式