utmp

From Free Pascal wiki
Revision as of 18:49, 16 February 2009 by Marcov (talk | contribs) (New page: This package provides acces 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: ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This package provides acces 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