...d(s) NAME capget, capset - set/get capabilities of thread(s) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/capability.h> /* Definition of CAP_* and _LINUX_C…...d(s) NAME capget, capset - set/get capabilities of thread(s) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/capability.h> /* Definition of CAP_* and _LINUX_C…...NAME getdomainname, setdomainname - get/set NIS domain name LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int getdomainname(char * name , size_t len ); …...NAME getdomainname, setdomainname - get/set NIS domain name LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int getdomainname(char * name , size_t len ); …...filesystem statistics NAME ustat - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <unistd.h> /* libc[45] */ #includ…wait for signal NAME pause - wait for signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int pause(void); DESCRIPTION pause () causes the cal......in a process NAME exit_group - exit all threads in a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #inc…...setup - setup devices and filesystems, mount root filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> [[deprecated]] int setup(void); DESCRIPTION s…...erminal NAME vhangup - virtually hangup the current terminal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int vhangup(void); Feature Test Macro Require…filesystem operations NAME ioctl_fs - filesystem operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fs.h> /* Definition of op constants */ #include <sys/…...rm_watch - remove an existing watch from an inotify instance LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/inotify.h> int inotify_rm_watch(int fd , int wd ); …...ess or thread NAME prctl - operations on a process or thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/prctl.h> /* Definition of PR_* constants */ #incl…...filesystem NAME ioctl_fat - manipulating the FAT filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/ioctl.h> int ioctl(int fd , unsigned long op , ...);…get group identity NAME getgid, getegid - get group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> gid_t getgid(void); gid_t getegid(void); DESCRIP…get group identity NAME getgid, getegid - get group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> gid_t getgid(void); gid_t getegid(void); DESCRIP…get group identity NAME getgid, getegid - get group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> gid_t getgid(void); gid_t getegid(void); DESCRIP…get group identity NAME getgid, getegid - get group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> gid_t getgid(void); gid_t getegid(void); DESCRIP…get user identity NAME getuid, geteuid - get user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> uid_t getuid(void); uid_t geteuid(void); DESCRIPTI…get user identity NAME getuid, geteuid - get user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> uid_t getuid(void); uid_t geteuid(void); DESCRIPTI…get session ID NAME getsid - get session ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t getsid(pid_t pid ); Feature Test Macro Require...