ioctl() operations for epoll file descriptors NAME ioctl_eventpoll, EPIOCSPARAMS, EPIOCGPARAMS - ioctl() operations for epoll file descriptors 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…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…reassociate thread with a namespace NAME setns - reassociate thread with a namespace LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macr…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…create an endpoint for communication NAME socket - create an endpoint for communication LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int socket(int do…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…send a message on a socket NAME send, sendto, sendmsg - send a message on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t send(int sockf…send a message on a socket NAME send, sendto, sendmsg - send a message on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t send(int sockf…send a message on a socket NAME send, sendto, sendmsg - send a message on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t send(int sockf…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…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…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.…receive a message from a socket NAME recv, recvfrom, recvmsg - receive a message from a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t re…receive a message from a socket NAME recv, recvfrom, recvmsg - receive a message from a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t re…receive a message from a socket NAME recv, recvfrom, recvmsg - receive a message from a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> ssize_t re…receive multiple messages on a socket NAME recvmmsg - receive multiple messages on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_te…