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.…synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY Standard C libr...synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY Standard C libr...synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY Standard C libr...Copy a range of data from one file to another NAME copy_file_range - Copy a range of data from one file to another LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_S…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 /*…interface to IA-64 performance monitoring unit NAME perfmonctl - interface to IA-64 performance monitoring unit SYNOPSIS #include <syscall.h> #include <perfmon.h> long perfmonctl(i…transfer data between file descriptors NAME sendfile - transfer data between file descriptors LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sendfile.h> ssize_t s…transfer data between file descriptors NAME sendfile - transfer data between file descriptors LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sendfile.h> ssize_t s…duplicating pipe content NAME tee - duplicating pipe content LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <fcntl…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…splice data to/from a pipe NAME splice - splice data to/from a pipe LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #define …create an anonymous file NAME memfd_create - create an anonymous file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #inclu…control interface for an epoll file descriptor NAME epoll_ctl - control interface for an epoll file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/epol…perform a command on an extended BPF map or program NAME bpf - perform a command on an extended BPF map or program SYNOPSIS #include <linux/bpf.h> int bpf(int cmd , union bpf_attr …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…add a new Landlock rule to a ruleset NAME landlock_add_rule - add a new Landlock rule to a ruleset LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/landlock.h> /*…wait for some event on a file descriptor NAME poll, ppoll - wait for some event on a file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <poll.h> int poll(s…wait for some event on a file descriptor NAME poll, ppoll - wait for some event on a file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <poll.h> int poll(s…write to a file descriptor NAME write - write to a file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> ssize_t write(int fd , const void buf [. c…