manipulate the kernel's key management facility NAME keyctl - manipulate the kernel's key management facility LIBRARY Standard C library ( libc , -lc ) Alternatively, Linux Key Man…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…check user's permissions for a file NAME access, faccessat, faccessat2 - check user's permissions for a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> …check user's permissions for a file NAME access, faccessat, faccessat2 - check user's permissions for a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> …check user's permissions for a file NAME access, faccessat, faccessat2 - check user's permissions for a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> …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…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…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 …