Exercise: Use the command line#
Here is a simple exercise to get you started with the command line. Before you start, make sure you have read the How to use the command line section and watch the video tutorials.
Please perform the following steps:
Open the command line application on your computer.
Print the current working directory to see where you are located.
List all files and directories in this directory.
Create a new directory called
fossgis_exercise_0
.Change into this new directory.
Print your current working directory again. How is it different than before?
Change back to the parent directory, i.e. the directory which is one hierarchy level up. The one you were in before.