# cd(1) `cd` may not be a shell built-in. Usage: `/path/to/cd /path/` Requires root. Not working on fish. ## Under the hood I just ptrace to attach to the shell and call the `chdir()` syscall.