Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

systemd-update-utmp.service(8) [v7 man page]

SYSTEMD-UPDATE-UTMP.SERVICE(8)				    systemd-update-utmp.service 			    SYSTEMD-UPDATE-UTMP.SERVICE(8)

NAME
systemd-update-utmp.service, systemd-update-utmp-runlevel.service, systemd-update-utmp - Write audit and utmp updates at bootup, runlevel changes and shutdown SYNOPSIS
systemd-update-utmp.service systemd-update-utmp-runlevel.service /lib/systemd/systemd-update-utmp DESCRIPTION
systemd-update-utmp-runlevel.service is a service that writes SysV runlevel changes to utmp and wtmp, as well as the audit logs, as they occur. systemd-update-utmp.service does the same for system reboots and shutdown requests. SEE ALSO
systemd(1), utmp(5), auditd(8) systemd 237 SYSTEMD-UPDATE-UTMP.SERVICE(8)

Check Out this Related Man Page

RUNLEVEL(8)							     runlevel							       RUNLEVEL(8)

NAME
runlevel - Print previous and current SysV runlevel SYNOPSIS
runlevel [options...] DESCRIPTION
runlevel prints the previous and current SysV runlevel if they are known. The two runlevel characters are separated by a single space character. If a runlevel cannot be determined, N is printed instead. If neither can be determined, the word "unknown" is printed. Unless overridden in the environment, this will check the utmp database for recent runlevel changes. OPTIONS
The following option is understood: --help Prints a short help text and exits. EXIT STATUS
If one or both runlevels could be determined, 0 is returned, a non-zero failure code otherwise. ENVIRONMENT
$RUNLEVEL If $RUNLEVEL is set, runlevel will print this value as current runlevel and ignore utmp. $PREVLEVEL If $PREVLEVEL is set, runlevel will print this value as previous runlevel and ignore utmp. FILES
/var/run/utmp The utmp database runlevel reads the previous and current runlevel from. NOTES
This is a legacy command available for compatibility only. It should not be used anymore, as the concept of runlevels is obsolete. SEE ALSO
systemd(1), systemctl(1) systemd 208 RUNLEVEL(8)
Man Page