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…return a directory entry's path NAME lookup_dcookie - return a directory entry's path LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of S…open and possibly create a file NAME open, openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int open(const char…open and possibly create a file NAME open, openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int open(const char…open and possibly create a file NAME open, openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int open(const char…fast user-space locking NAME futex - fast user-space locking LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/futex.h> /* Definition of FUTEX_* constants */ #incl…manipulate file descriptor NAME fcntl - manipulate file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int fcntl(int fd , int op , ... /* arg */ )…manipulate file descriptor NAME fcntl - manipulate file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int fcntl(int fd , int op , ... /* arg */ )…introduction to system calls NAME intro - introduction to system calls DESCRIPTION Section 2 of the manual describes the Linux system calls. A system call is an entry point into th…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 *…add a key to the kernel's key management facility NAME add_key - add a key to the kernel's key management facility LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <keyu…request a key from the kernel's key management facility NAME request_key - request a key from the kernel's key management facility LIBRARY Linux Key Management Utilities ( libkeyut…get and set options on sockets NAME getsockopt, setsockopt - get and set options on sockets LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int getsockop…get and set options on sockets NAME getsockopt, setsockopt - get and set options on sockets LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int getsockop…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…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…send a message to a message queue NAME mq_send, mq_timedsend - send a message to a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_send…