- pwd : lists the current directory you are in - ls : lists all the files in the current directory - cd : Goes up a directory - mkdir : creates a directory - touch : creates a blank file - cp : copies a file into another file - mv : moves and can rename a file to a different directory - man : is the help feature for commands