API for miscellaneous information in the /proc filesystem NAME procps_misc - API for miscellaneous information in the /proc filesystem SYNOPSIS #include <libproc2/misc.h> Platform …open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…get list of groups to which a user belongs NAME getgrouplist - get list of groups to which a user belongs LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <grp.h> int ge…get username NAME getlogin, getlogin_r, cuserid - get username LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> char *getlogin(void); int getlogin_r(char buf …get username NAME getlogin, getlogin_r, cuserid - get username LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> char *getlogin(void); int getlogin_r(char buf …get username NAME getlogin, getlogin_r, cuserid - get username LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> char *getlogin(void); int getlogin_r(char buf …reconstruct password line entry NAME getpw - reconstruct password line entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */…get password file entry NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r - get password file entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include…get password file entry NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r - get password file entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include…get password file entry NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r - get password file entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include…get password file entry NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r - get password file entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include…get an environment variable NAME getenv, secure_getenv - get an environment variable LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> char *getenv(const char …get an environment variable NAME getenv, secure_getenv - get an environment variable LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> char *getenv(const char …get or set the user context NAME getcontext, setcontext - get or set the user context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ucontext.h> int getcontext(uconte…get or set the user context NAME getcontext, setcontext - get or set the user context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ucontext.h> int getcontext(uconte…write utmp and wtmp entries NAME login, logout - write utmp and wtmp entries LIBRARY System utilities library ( libutil , -lutil ) SYNOPSIS #include <utmp.h> void login(const struc…write utmp and wtmp entries NAME login, logout - write utmp and wtmp entries LIBRARY System utilities library ( libutil , -lutil ) SYNOPSIS #include <utmp.h> void login(const struc…find the slot of the current user's terminal in some file NAME ttyslot - find the slot of the current user's terminal in some file LIBRARY Standard C library ( libc , -lc ) SYNOPSI…