Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (3065 KB)
wtmpx(4)Name | Synopsis | Description | Usage | Files | See Also Name
Synopsis#include <utmpx.h> /var/adm/utmpx /var/adm/wtmpx DescriptionThe utmpx and wtmpx files are extended database files that have superseded the obsolete utmp and wtmp database files. The utmpx database contains user access and accounting information for commands such as who(1), write(1), and login(1). The wtmpx database contains the history of user access and accounting information for the utmpx database. UsageApplications should not access these databases directly, but should use the functions described on the getutxent(3C) manual page to interact with the utmpx and wtmpx databases to ensure that they are maintained consistently. Files
See AlsoSunOS 5.10 Last Revised 6 Mar 2008 |