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);…change process priority NAME nice - change process priority LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int nice(int inc ); Feature Test Macro Requiremen…emulate STHYI instruction NAME s390_sthyi - emulate STHYI instruction LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/sthyi.h> /* Definition of STHYI_* constants *…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…sync a file segment with disk NAME sync_file_range - sync a file segment with disk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros…sync a file segment with disk NAME sync_file_range - sync a file segment with disk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros…sync a file segment with disk NAME sync_file_range - sync a file segment with disk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros…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.…read from a file descriptor NAME read - read from a file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> ssize_t read(int fd , void buf [. count ]…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…apply or remove an advisory lock on an open file NAME flock - apply or remove an advisory lock on an open file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/file…remap a virtual memory address NAME mremap - remap a virtual memory address LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ …create a file descriptor for handling page faults in user space NAME userfaultfd - create a file descriptor for handling page faults in user space LIBRARY Standard C library ( libc…accept a connection on a socket NAME accept, accept4 - accept a connection on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int accept(int soc…accept a connection on a socket NAME accept, accept4 - accept a connection on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int accept(int soc…enter virtual 8086 mode NAME vm86old, vm86 - enter virtual 8086 mode LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vm86.h> int vm86old(struct vm86_struct * info …enter virtual 8086 mode NAME vm86old, vm86 - enter virtual 8086 mode LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vm86.h> int vm86old(struct vm86_struct * info …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…ioctls for console terminal and virtual consoles NAME ioctl_console - ioctls for console terminal and virtual consoles SYNOPSIS #include <sys/ioctl.h> int ioctl(int fd , unsigned l…