Fundamentals · Lesson 4 ·
We will learn to navigate through our files and folders using the power of text!
$ open . #Mac only.
# On Window type "start ."
$ ls # Stands for list.
# On Windows type "dir"
$ cd Desktop
If you get a permissions error somewhere along the line, you might be able to use "sudo", which is your super user account (aka. it's like the admin of your computer that has all the privileges.) Be careful not to overuse this command. For example:
$ sudo pwd