change root directory NAME chroot - change root directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int chroot(const char * path ); Feature Test Macro …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 *…obtain handle for a pathname and open file via a handle NAME name_to_handle_at, open_by_handle_at - obtain handle for a pathname and open file via a handle LIBRARY Standard C libra…obtain handle for a pathname and open file via a handle NAME name_to_handle_at, open_by_handle_at - obtain handle for a pathname and open file via a handle LIBRARY Standard C libra…change ownership of a file NAME chown, fchown, lchown, fchownat - change ownership of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int chown(const …change ownership of a file NAME chown, fchown, lchown, fchownat - change ownership of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int chown(const …change ownership of a file NAME chown, fchown, lchown, fchownat - change ownership of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int chown(const …change ownership of a file NAME chown, fchown, lchown, fchownat - change ownership of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int chown(const …change ownership of a file NAME chown, fchown, lchown, fchownat - change ownership of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int chown(const …change ownership of a file NAME chown, fchown, lchown, fchownat - change ownership of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int chown(const …change ownership of a file NAME chown, fchown, lchown, fchownat - change ownership of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int chown(const …make a new name for a file NAME link, linkat - make a new name for a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int link(const char * oldpath , con…make a new name for a file NAME link, linkat - make a new name for a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int link(const char * oldpath , con…get file status (extended) NAME statx - get file status (extended) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #include …open and possibly create a file (extended) NAME openat2 - open and possibly create a file (extended) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Defini…unmount filesystem NAME umount, umount2 - unmount filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mount.h> int umount(const char * target ); int umount2…unmount filesystem NAME umount, umount2 - unmount filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mount.h> int umount(const char * target ); int umount2…Seccomp user-space notification mechanism NAME seccomp_unotify - Seccomp user-space notification mechanism LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/seccom…change the name or location of a file NAME rename, renameat, renameat2 - change the name or location of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h>…change the name or location of a file NAME rename, renameat, renameat2 - change the name or location of a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h>…