GNU Rush |
|
Restricted User Shell |
Sergey Poznyakoff |
The utmp file consists of a fixed-size records of the following structure:
struct rush_utmp { int status; off_t offset; };
The fields have the following meaning:
status
Status of the record: ‘0’ if the record is unused, and ‘1’ if it represents an active session.
offset
Offset of the corresponding record in wtmp (see previous section).
This document was generated on January 2, 2022 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.