Linux CLI Basics Labwork directory

Hi, i am having an issue with navigating to the labwork directory using the command “cd”

The cd command needs to be told where to go. Step 2 does not tell you the exact command: the hope is you will be able to make that leap.

Let’s say I want to go to a directory called fred. If the fred directory was in the current directory (meaning the directory you are currently in) the command would be cd fred. If the fred directory was elsewhere, say /usr/home/fred, then the command would be cd /usr/home/fred.

Note: there is a space between the command and the location.

So you want to use the cd command to navigate to the labwork directory which at this point in the lab is in the current directory.

1 Like