=== Lệnh cd (change directory) là một trong những lệnh quan trọng và được sử dụng nhiều bởi các quản trị hệ thống. Lệnh cd cho phép người quản trị hệ thông di chuyển từ thư mục này đến thư mục khác trong hệ thống.
root@controller:~#cd /usr/local
root@controller:/usr/local#
root@controller:/usr/local# cd /usr/local/lib
root@controller:/usr/local/lib#
root@controller:/usr/local# cd lib
root@controller:/usr/local/lib#
root@controller:/usr/local/lib# cd /usr/local/
root@controller:/usr/local#
root@controller:/usr/local/lib# cd ..
root@controller:/usr/local#
root@controller:/usr/local# cd --
root@controller:~#
root@controller:/usr/local# cd ../ ../
root@controller:/usr#
root@controller:/usr# cd
root@controller:~#
hoặc root@controller:/user#cd~
root@controller:/usr/local# cd .
root@controller:/usr/local#
root@controller:/v<tab>/w<tab>/h<tab>
root@controller:/usr# cd test\ abc/; hoặc
root@controller:/urs#cd 'test abc'; hoặc
root@controller:/usr#cd "test abc"/