reboot or enable/disable Ctrl-Alt-Del NAME reboot - reboot or enable/disable Ctrl-Alt-Del LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Since Linux 2.1.30 there are symboli…high-resolution sleep NAME nanosleep - high-resolution sleep LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> int nanosleep(const struct timespec * duration , s…change properties of a mount or mount tree NAME mount_setattr - change properties of a mount or mount tree LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fcntl.…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 the secure computing mode NAME PR_GET_SECCOMP - get the secure computing mode LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/prctl.h> /* Definition of PR_* …create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…load a kernel module NAME init_module, finit_module - load a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/module.h> /* Definition of MODULE_* co…load a kernel module NAME init_module, finit_module - load a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/module.h> /* Definition of MODULE_* co…disassociate parts of the process execution context NAME unshare - disassociate parts of the process execution context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _G…load a new kernel for later execution NAME kexec_load, kexec_file_load - load a new kernel for later execution LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/ke…load a new kernel for later execution NAME kexec_load, kexec_file_load - load a new kernel for later execution LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/ke…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);…unload a kernel module NAME delete_module - unload a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Definition of O_* constants */ #include …compare two processes to determine if they share a kernel resource NAME kcmp - compare two processes to determine if they share a kernel resource LIBRARY Standard C library ( libc …give advice about use of memory NAME madvise - give advice about use of memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int madvise(void addr [. len…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…manipulation of signal mask (obsolete) NAME sgetmask, ssetmask - manipulation of signal mask (obsolete) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> …