convert a pathname and a project identifier to a System V IPC key NAME ftok - convert a pathname and a project identifier to a System V IPC key LIBRARY Standard C library ( libc , …manage a device number NAME makedev, major, minor - manage a device number LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sysmacros.h> dev_t makedev(unsigned int …manage a device number NAME makedev, major, minor - manage a device number LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sysmacros.h> dev_t makedev(unsigned int …manage a device number NAME makedev, major, minor - manage a device number LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sysmacros.h> dev_t makedev(unsigned int …manage a device number NAME makedev, major, minor - manage a device number LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sysmacros.h> dev_t makedev(unsigned int …manage a device number NAME makedev, major, minor - manage a device number LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sysmacros.h> dev_t makedev(unsigned int …manage a device number NAME makedev, major, minor - manage a device number LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sysmacros.h> dev_t makedev(unsigned int …retrieve a value from the auxiliary vector NAME getauxval - retrieve a value from the auxiliary vector LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/auxv.h> unsi…obtain ID of the calling thread NAME pthread_self - obtain ID of the calling thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> pthread_t…execute program specified via file descriptor NAME fexecve - execute program specified via file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> in…check effective user's permissions for a file NAME euidaccess, eaccess - check effective user's permissions for a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _G…check effective user's permissions for a file NAME euidaccess, eaccess - check effective user's permissions for a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _G…create a new thread NAME pthread_create - create a new thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> int pthread_create(pthread_t *r…get or set the unique identifier of the current host NAME gethostid, sethostid - get or set the unique identifier of the current host LIBRARY Standard C library ( libc , -lc ) SYNO…get or set the unique identifier of the current host NAME gethostid, sethostid - get or set the unique identifier of the current host LIBRARY Standard C library ( libc , -lc ) SYNO…send messages to the system logger NAME closelog, openlog, syslog, vsyslog - send messages to the system logger LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <syslog.…send messages to the system logger NAME closelog, openlog, syslog, vsyslog - send messages to the system logger LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <syslog.…send messages to the system logger NAME closelog, openlog, syslog, vsyslog - send messages to the system logger LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <syslog.…send messages to the system logger NAME closelog, openlog, syslog, vsyslog - send messages to the system logger LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <syslog.…initialize and open a named semaphore NAME sem_open - initialize and open a named semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <fcntl.h> /* …