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 *…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 *…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 *…open a directory NAME opendir, fdopendir - open a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h> DIR *opendir(const char * …open a directory NAME opendir, fdopendir - open a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h> DIR *opendir(const char * …reconstruct password line entry NAME getpw - reconstruct password line entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */…get password file entry NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r - get password file entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include…get password file entry NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r - get password file entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include…get password file entry NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r - get password file entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include…get password file entry NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r - get password file entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include…match filename or pathname NAME fnmatch - match filename or pathname LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fnmatch.h> int fnmatch(const char * pattern , cons…create a name for a temporary file NAME tempnam - create a name for a temporary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> char *tempnam(const char …get passwd file entry reentrantly NAME getpwent_r, fgetpwent_r - get passwd file entry reentrantly LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <pwd.h> int getpwent_…get passwd file entry reentrantly NAME getpwent_r, fgetpwent_r - get passwd file entry reentrantly LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <pwd.h> int getpwent_…reset directory stream NAME rewinddir - reset directory stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h> void rewinddir(DIR * di…close a directory NAME closedir - close a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h> int closedir(DIR * dirp ); DESCRIP…write a password file entry NAME putpwent - write a password file entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> #include <sys/types.h> #include <pwd.h…set the position of the next readdir() call in the directory stream. NAME seekdir - set the position of the next readdir() call in the directory stream. LIBRARY Standard C library …get directory stream file descriptor NAME dirfd - get directory stream file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h>…return current location in directory stream NAME telldir - return current location in directory stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <dirent.h> long t…