Linux cd command is mainly used to navigate in your Linux environment. In this article, we’ll show some basic usage of the Linux cd command and how to locate files in your Dedicated server or VPS.
Change directory
cd /path/to/directory
Up One Level on a terminal using cd
cd ../
Up Two Levels on a terminal
cd ../../
Change directory to Home Directory
cd cd