Difference between revisions of "utmp"

From Lazarus wiki
Jump to navigationJump to search
(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: ...)
 
Line 6: Line 6:
  
 
Go to back [[Package_List|Packages List]]
 
Go to back [[Package_List|Packages List]]
 +
 +
[[Category:Packages]]
 +
[[Category:Unix]]

Revision as of 08:04, 30 April 2013

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