create and initialize fanotify group NAME fanotify_init - create and initialize fanotify group LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Definition o…synchronous I/O multiplexing NAME select, pselect - synchronous I/O multiplexing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS See select (2) DESCRIPTION The select () and pse…listen for connections on a socket NAME listen - listen for connections on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int listen(int sockfd…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…Seccomp user-space notification mechanism NAME seccomp_unotify - Seccomp user-space notification mechanism LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/seccom…list extended attribute names NAME listxattr, llistxattr, flistxattr - list extended attribute names LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> ssize…list extended attribute names NAME listxattr, llistxattr, flistxattr - list extended attribute names LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> ssize…list extended attribute names NAME listxattr, llistxattr, flistxattr - list extended attribute names LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> ssize…operate on Secure Computing state of the process NAME seccomp - operate on Secure Computing state of the process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/…initiate a connection on a socket NAME connect - initiate a connection on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int connect(int sockfd…add, remove, or modify an fanotify mark on a filesystem object NAME fanotify_mark - add, remove, or modify an fanotify mark on a filesystem object LIBRARY Standard C library ( libc…get/set list of robust futexes NAME get_robust_list, set_robust_list - get/set list of robust futexes LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/futex.h> /*…get/set list of robust futexes NAME get_robust_list, set_robust_list - get/set list of robust futexes LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/futex.h> /*…bind a name to a socket NAME bind - bind a name to a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int bind(int sockfd , const struct sockaddr *…socket system calls NAME socketcall - socket system calls LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/net.h> /* Definition of SYS_* constants */ #include <sy…close all file descriptors in a given range NAME close_range - close all file descriptors in a given range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /*…Linux system calls NAME syscalls - Linux system calls SYNOPSIS Linux system calls. DESCRIPTION The system call is the fundamental interface between an application and the Linux ker…indirect system call NAME syscall - indirect system call LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #include <u…process trace NAME ptrace - process trace LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/ptrace.h> long ptrace(enum __ptrace_request op , pid_t pid , void * addr …