chdir, fchdir – change working directory USAGE #include <unistd.h>
int chdir(const char *path); int fchdir(int fd);
DESCRIPTION chdir() changes the current working directory to that specified in [...]