...ed as macros. Since glibc 2.3.3, they have been aliases for three GNU-specific functions: gnu_dev_makedev (), gnu_dev_major (), and gnu_dev_minor (). The latter names are export…...ed as macros. Since glibc 2.3.3, they have been aliases for three GNU-specific functions: gnu_dev_makedev (), gnu_dev_major (), and gnu_dev_minor (). The latter names are export…...ed as macros. Since glibc 2.3.3, they have been aliases for three GNU-specific functions: gnu_dev_makedev (), gnu_dev_major (), and gnu_dev_minor (). The latter names are export…...ed as macros. Since glibc 2.3.3, they have been aliases for three GNU-specific functions: gnu_dev_makedev (), gnu_dev_major (), and gnu_dev_minor (). The latter names are export…...ed as macros. Since glibc 2.3.3, they have been aliases for three GNU-specific functions: gnu_dev_makedev (), gnu_dev_major (), and gnu_dev_minor (). The latter names are export…...ed as macros. Since glibc 2.3.3, they have been aliases for three GNU-specific functions: gnu_dev_makedev (), gnu_dev_major (), and gnu_dev_minor (). The latter names are export…device ID NAME dev_t - device ID LIBRARY Standard C library ( libc ) SYNOPSIS #include <sys/types.h> typedef /* ... */ dev_t; DESCRIPTION Used for device IDs. It is an integer type…create a special or ordinary file NAME mknod, mknodat - create a special or ordinary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/stat.h> int mknod(const c…create a special or ordinary file NAME mknod, mknodat - create a special or ordinary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/stat.h> int mknod(const c…file descriptors NAME /proc/pid/fd/ - file descriptors DESCRIPTION /proc/ pid /fd/ This is a subdirectory containing one entry for each file which the process has open, named by it…major numbers and device groups NAME /proc/devices - major numbers and device groups DESCRIPTION /proc/devices Text listing of major numbers and device groups. This can be used by …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 /*…tell the kernel about the presence and numbering of on-disk partitions NAME partx - tell the kernel about the presence and numbering of on-disk partitions SYNOPSIS partx [ -a | -d …display file or file system status NAME stat - display file or file system status SYNOPSIS stat [ OPTION ]... FILE ... DESCRIPTION Display file or file system status. Mandatory arg…get a password NAME getpass - get a password LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> [[deprecated]] char *getpass(const char * prompt ); Feature Test…open a new pseudoterminal master NAME getpt - open a new pseudoterminal master LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) …overwrite a file to hide its contents, and optionally delete it NAME shred - overwrite a file to hide its contents, and optionally delete it SYNOPSIS shred [ OPTION ]... FILE ... D…Name troff - GNU roff typesetter and document formatter Synopsis troff [ -abcCEiRUz ] [ -d ctext ] [ -d string = text ] [ -f font-family ] [ -F font-directory ] [ -I inclusion-dire…run in the background NAME daemon - run in the background LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int daemon(int nochdir , int noclose ); Feature Tes…build and execute command lines from standard input NAME xargs - build and execute command lines from standard input SYNOPSIS xargs [ options ] [ command [ initial-arguments ]] DES…