1utmp(4) File Formats utmp(4)
2
3
4
6 utmp, wtmp - utmp and wtmp database entry formats
7
9 #include <utmp.h>
10 /var/adm/utmp
11 /var/adm/wtmp
12
13
15 The utmp and wtmp database files are obsolete and are no longer present
16 on the system. They have been superseded by the extended database con‐
17 tained in the utmpx and wtmpx database files. See utmpx(4).
18
19
20 It is possible for /var/adm/utmp to reappear on the system. This would
21 most likely occur if a third party application that still uses utmp
22 recreates the file if it finds it missing. This file should not be
23 allowed to remain on the system. The user should investigate to deter‐
24 mine which application is recreating this file.
25
27 utmpx(4)
28
29
30
31SunOS 5.11 22 Feb 1999 utmp(4)