wtmp
美
英 
例句
To dump out the contents of the wtmp file, use the last command.
要轉(zhuǎn)儲wtmp文件的內(nèi)容,可以使用last命令。
Listing 17 shows a very simple Perl script that does a direct dump of the data in wtmp.
清單17顯示了一個很簡單的Perl腳本,該腳本用于對wtmp中的數(shù)據(jù)進(jìn)行直接轉(zhuǎn)儲。
Because the wtmp also contains information about reboots and shutdowns, you can list that information, too (see Listing 16).
因為wtmp還包含關(guān)于重新啟動和關(guān)閉的信息,所以您也可以列出這些信息(請參見清單16)。
Running this script gives you the login information for wtmp.
運(yùn)行這個腳本,您將獲得wtmp的登錄信息。
Listing 8. Solaris format from wtmp
清單8.wtmp中的Solaris格式