utmp

From Free Pascal wiki
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