How about creating a directory on your desktop to do it hands-on? You can do it this way:
$ mkdir pictures
This little command will create a folder called pictures
on your desktop. You can use the ls
or dir
commands to check if it’s there! Try. :)
Pro tip: If you don’t want to type the same commands over and over, you can switch between commands by pressing the up arrow and down arrow keys.