debian man page for ns_getuid

Query: ns_getuid

OS: debian

Section: 3aolserv

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Ns_Uid(3aolserver)					   AOLserver Library Procedures 					Ns_Uid(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_GetGid, Ns_GetUid, Ns_GetUserGid, Ns_GetUserHome - Get info about users and groups on Unix system
SYNOPSIS
#include "ns.h" int Ns_GetGid(char *group) int Ns_GetUid(char *user) int Ns_GetUserGid(char *user) int Ns_GetUserHome(Ns_DString *pds, char *user) _________________________________________________________________
DESCRIPTION
Ns_GetGid(group) Return the running server's Unix group id. Ns_GetUid(user) Return the running server's Unix user id. Ns_GetUserGid(user) Return the Unix group id for the given user. Ns_GetUserHome(pds, user) The Ns_GetUserHome function returns NS_TRUE and appends the user's home directory to the Ns_DString passed in, or it returns NS_FALSE if the user does not exist.
SEE ALSO
nsd(1), info(n)
KEYWORDS
AOLserver 4.0 Ns_Uid(3aolserver)
Related Man Pages
ns_homepath(3aolserv) - debian
ns_infoaddress(3aolserv) - debian
ns_libpath(3aolserv) - debian
ns_makepath(3aolserv) - debian
ns_logctl(3aolserv) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?