SSH 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 using SSH.
Change directory with SSH cd command
cd /path/to/directory
Up One Level on a terminal using cd and SSH
cd ../
Up Two Levels on a terminal
cd ../../
Change directory to Home Directory with SSH
cd cd ~