execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…spawn a process NAME posix_spawn, posix_spawnp - spawn a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *restrict pid , const c…spawn a process NAME posix_spawn, posix_spawnp - spawn a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *restrict pid , const c…retrieve a value from the auxiliary vector NAME getauxval - retrieve a value from the auxiliary vector LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/auxv.h> unsi…execute a shell command NAME system - execute a shell command LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> int system(const char * command ); DESCRIPTION …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…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…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 …get resource usage NAME getrusage - get resource usage LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrusage(int who , struct rusage * usage );…get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …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…create a new thread NAME pthread_create - create a new thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> int pthread_create(pthread_t *r…push and pop thread cancelation clean-up handlers NAME pthread_cleanup_push, pthread_cleanup_pop - push and pop thread cancelation clean-up handlers LIBRARY POSIX threads library (…