get filesystem statistics NAME statvfs, fstatvfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/statvfs.h> int statvfs(const char *res…get filesystem statistics NAME statvfs, fstatvfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/statvfs.h> int statvfs(const char *res…return current location in directory stream NAME telldir - return current location in directory stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <dirent.h> long t…number of last error NAME errno - number of last error LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <errno.h> DESCRIPTION The <errno.h> header file defines the integ…read a directory NAME readdir - read a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <dirent.h> struct dirent *readdir(DIR * dirp ); DESCRIPTION The readdir…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 …API to access process information in the /proc filesystem NAME procps_pids - API to access process information in the /proc filesystem SYNOPSIS #include <libproc2/pids.h> int procp…apply, test or remove a POSIX lock on an open file NAME lockf - apply, test or remove a POSIX lock on an open file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unis…set/get the name of a thread NAME pthread_setname_np, pthread_getname_np - set/get the name of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _G…set/get the name of a thread NAME pthread_setname_np, pthread_getname_np - set/get the name of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _G…make a FIFO special file (a named pipe) NAME mkfifo, mkfifoat - make a FIFO special file (a named pipe) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #i…make a FIFO special file (a named pipe) NAME mkfifo, mkfifoat - make a FIFO special file (a named pipe) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #i…execute program specified via file descriptor NAME fexecve - execute program specified via file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> in…read and/or clear kernel message ring buffer; set console_loglevel NAME syslog, klogctl - read and/or clear kernel message ring buffer; set console_loglevel LIBRARY Standard C libr…get/set message queue attributes NAME mq_getattr, mq_setattr - get/set message queue attributes LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_getat…get/set message queue attributes NAME mq_getattr, mq_setattr - get/set message queue attributes LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_getat…obtain name used to invoke calling program NAME program_invocation_name, program_invocation_short_name - obtain name used to invoke calling program LIBRARY Standard C library ( lib…obtain name used to invoke calling program NAME program_invocation_name, program_invocation_short_name - obtain name used to invoke calling program LIBRARY Standard C library ( lib…API to access system level information in the /proc filesystem NAME procps - API to access system level information in the /proc filesystem SYNOPSIS Five distinct interfaces are re…get total and available physical page counts NAME get_phys_pages, get_avphys_pages - get total and available physical page counts LIBRARY Standard C library ( libc , -lc ) SYNOPSIS…