1utmpx(4) File Formats utmpx(4)
2
3
4
6 utmpx, wtmpx - utmpx and wtmpx database entry formats
7
9 #include <utmpx.h>
10 /var/adm/utmpx
11 /var/adm/wtmpx
12
13
15 The utmpx and wtmpx files are extended database files that have super‐
16 seded the obsolete utmp and wtmp database files.
17
18
19 The utmpx database contains user access and accounting information for
20 commands such as who(1), write(1), and login(1). The wtmpx database
21 contains the history of user access and accounting information for the
22 utmpx database.
23
25 Applications should not access these databases directly, but should use
26 the functions described on the getutxent(3C) manual page to interact
27 with the utmpx and wtmpx databases to ensure that they are maintained
28 consistently.
29
31 /var/adm/utmpx user access and adminstration information
32
33
34 /var/adm/wtmpx history of user access and adminstrative information
35
36
38 getutxent(3C), wait(3C), wait.h(3HEAD)
39
40
41
42SunOS 5.11 6 Mar 2008 utmpx(4)