Definición


La System call chdir()

#include <unistd.h>
 
int chdir(const char *path);
int fchdir(int fd);