ns_getuserhome(3aolserv) debian man page | unix.com

Man Page: ns_getuserhome

Operating Environment: debian

Section: 3aolserv

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_makepath(3aolserv) - debian
ns_skipurl(3aolserv) - debian
ns_urlisdir(3aolserv) - debian
ns_urlisfile(3aolserv) - debian
ns_logctl(3aolserv) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?