svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
wtmpx(5)
utmpx(5) File Formats utmpx(5)
NAME
utmpx, wtmpx - utmpx and wtmpx database entry formats
SYNOPSIS
#include <utmpx.h>
/var/adm/utmpx
/var/adm/wtmpx
DESCRIPTION
The utmpx and wtmpx files are extended database files that have super‐
seded 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.
USAGE
Applications 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
/var/adm/utmpx user access and administration information
/var/adm/wtmpx history of user access and administrative information
SEE ALSO
last(1), who(1), getutxent(3C), wait(3C), utmpx.h(3HEAD), wait.h(3HEAD)
HISTORY
The utmpx and wtmpx files were added to Solaris in Solaris 2.0.
Oracle Solaris 11.4 21 Jun 2021 utmpx(5)