mount filesystem NAME mount - mount filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mount.h> int mount(const char * source , const char * target , const…set memory policy for a memory range NAME mbind - set memory policy for a memory range LIBRARY NUMA (Non-Uniform Memory Access) policy library ( libnuma , -lnuma ) SYNOPSIS #includ…set default NUMA memory policy for a thread and its children NAME set_mempolicy - set default NUMA memory policy for a thread and its children LIBRARY NUMA (Non-Uniform Memory Acce…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…set file mode creation mask NAME umask - set file mode creation mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/stat.h> mode_t umask(mode_t mask ); DESCRIPTIO…ANSI C signal handling NAME signal - ANSI C signal handling LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> typedef void (*sighandler_t)(int); sighandler_t s…allocates a System V shared memory segment NAME shmget - allocates a System V shared memory segment LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> int shmg…wait for process to change state, BSD style NAME wait3, wait4 - wait for process to change state, BSD style LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h>…wait for process to change state, BSD style NAME wait3, wait4 - wait for process to change state, BSD style LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h>…get the SCHED_RR interval for the named process NAME sched_rr_get_interval - get the SCHED_RR interval for the named process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #inc…virtually hangup the current terminal NAME vhangup - virtually hangup the current terminal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int vhangup(void);…ioctls for console terminal and virtual consoles NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #i…get a System V semaphore set identifier NAME semget - get a System V semaphore set identifier LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sem.h> int semget(key…start/stop swapping to file/device NAME swapon, swapoff - start/stop swapping to file/device LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/swap.h> int swapon(con…start/stop swapping to file/device NAME swapon, swapoff - start/stop swapping to file/device LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/swap.h> int swapon(con…get/set I/O scheduling class and priority NAME ioprio_get, ioprio_set - get/set I/O scheduling class and priority LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux…get/set I/O scheduling class and priority NAME ioprio_get, ioprio_set - get/set I/O scheduling class and priority LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux…get/set NIS domain name NAME getdomainname, setdomainname - get/set NIS domain name LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int getdomainname(char * …get/set NIS domain name NAME getdomainname, setdomainname - get/set NIS domain name LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int getdomainname(char * …switch process accounting on or off NAME acct - switch process accounting on or off LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int acct(const char *_Nul…