wtmp

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.wtmpSolaris格式