Tech Support
Home
About PdN
Philtered Team
Published
Projects
Wireless
0xC0D3
Tech Support
Links

UNIX Password and Group Management Programmatically
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
No-bull Way to Work Temp Files in UNIX
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