Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

pututxline - write utmpx entry

&pagelevel(4)&pagelevel

Syntax

#include <utmpx.h>

struct utmpx *pututxline (const struct utmpx *utmpx); 

Description

See endutxent().

Return val.

Pointer to a utmpx structure containing a copy of the added utmpx entry


if successful.

Null pointer

if an error occurs. errno is not set.

Notes

To be able to call pututxline(), the process must have the appropriate access permissions.

See also

utmpx.h.