Linux Basics

15 / 107

We have a folder named myFolder inside the location ~/hello/read/.

Assume that we are currently in the location hello.

If we want to go to the folder myFolder, there are two ways:

Way 1:

cd read/myFolder

Way 2:

cd /home/$USER/hello/read/myFolder

Choose the correct answer from the following:

See Answer

Note - Having trouble with the assessment engine? Follow the steps listed here


No hints are availble for this assesment

Loading comments...