Course Overview

/

SSH Local

cd

The structure that needs to be remembered is the use of the command "cd" followed by the directory you want to go to. In one of the above cases we are wanting to go to "/etc". For the command to work we need to make sure "cd" is stated at the start and then the directory "/etc", therefore making the final command as: "cd /etc".