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>…flush contents of instruction and/or data cache NAME cacheflush - flush contents of instruction and/or data cache LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/c…load shared library NAME uselib - load shared library SYNOPSIS #include <unistd.h> [[deprecated]] int uselib(const char * library ); DESCRIPTION The system call uselib () serves to…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…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…get directory entries NAME getdents, getdents64 - get directory entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants…get directory entries NAME getdents, getdents64 - get directory entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants…return from signal handler and cleanup stack frame NAME sigreturn, rt_sigreturn - return from signal handler and cleanup stack frame LIBRARY Standard C library ( libc , -lc ) SYNOP…return from signal handler and cleanup stack frame NAME sigreturn, rt_sigreturn - return from signal handler and cleanup stack frame LIBRARY Standard C library ( libc , -lc ) SYNOP…get real, effective, and saved user/group IDs NAME getresuid, getresgid - get real, effective, and saved user/group IDs LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _…get real, effective, and saved user/group IDs NAME getresuid, getresgid - get real, effective, and saved user/group IDs LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _…get real, effective, and saved user/group IDs NAME getresuid, getresgid - get real, effective, and saved user/group IDs LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _…get real, effective, and saved user/group IDs NAME getresuid, getresgid - get real, effective, and saved user/group IDs LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _…commit filesystem caches to disk NAME sync, syncfs - commit filesystem caches to disk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> void sync(void); int sy…commit filesystem caches to disk NAME sync, syncfs - commit filesystem caches to disk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> void sync(void); int sy…get current working directory NAME getcwd, getwd, get_current_dir_name - get current working directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> char *…