|
|
-
Get skilled surfing through the system password database file (aka:
/etc/passwd) or the group database file through native UNIX system
calls. Covers such calls as fgetpwent, getpwent, putpwent, getuid,
geteuid.
- Written by PolyWog
-
Hone your skills on working with native UNIX C calls to create
and safely, cleanly manage temporary files, and temporary filenames.
This brief guide includes sample source code demonstrating use of
such functions as mkstemp(), tempnam(), tmpnam(), tmpfile(), and
unlink() to make your Unix C/C++ codeing experience cleaner.
- Written by PolyWog
|