utmp

From Lazarus wiki
Revision as of 17:06, 27 January 2022 by Kai Burghardt (talk | contribs) (fix spelling mistake)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This package provides access to the utmp file on a linux/unix system. This file provides information about who is logged in on the system currently. There is only one unit in this package:

  • utmp contains functions to read the utmp file.

and an example program, called testutmp

Go to back Packages List