We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There are some basic command line commands you'll want to Google and learn, but for this tutorial you only need a few:
ls = list files and folders in current directory
ls
cd = change directories
cd
vim, emacs, nano = a text editor
vim
emacs
nano
Type: ls to see where you are; you should see a directory called "public_html"
Type: cd public_html to browse into that folder
cd public_html
Type: ls to see where you are; you should see your index.html file