More technically, the cd
command changes your
shell’s current working directory, in this case to /one/two/three. This is an absolute change
(since the directory begins with “/”); of course you can make relative
moves as well:
➜ cd d
Enter subdirectory d
➜ cd ../mydir
Go up to my pare...