Syscall chdir User Mode #include <unistd.h> int32_t chdir(const char *path); Change working directory of process. Kernel Mode Implemented in sys_process.c as sys_chdir(). See also Overview: syscalls Process Control Syscalls: fork | execv | exit | kill | ms_sleep | wait | chdir | sbrk