utmp.5
来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 5 代码 · 共 20 行
5
20 行
.th UTMP V 9/10/73.sh NAMEutmp \*- user information.sh DESCRIPTIONThisfile allows one to discover information about who is currentlyusing UNIX.The file is binary; each entry is 16(10) bytes long.The first eight bytes contain a user's login name orare null if the table slot is unused.The low order byte of the next word contains the lastcharacter of a typewriter name.The next two words contain the user's login time.The last word is unused..sh FILES/etc/utmp.sh "SEE ALSO"init (VIII) and login (I), which maintain the file;who (I), which interprets it.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?