From 71461e86dd12f0981c5e36659a4b1a94ba5660ad Mon Sep 17 00:00:00 2001 From: vimes1984 Date: Mon, 13 Oct 2014 14:23:41 -0700 Subject: [PATCH] Created Finding your index.html file (markdown) --- Finding-your-index.html-file.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Finding-your-index.html-file.md diff --git a/Finding-your-index.html-file.md b/Finding-your-index.html-file.md new file mode 100644 index 0000000..b5ed47d --- /dev/null +++ b/Finding-your-index.html-file.md @@ -0,0 +1,8 @@ +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 +cd = change directories +nano = a command line text editor +Type: ls to see where you are; you should see a directory called "public_html" +Type: cd public_html to browse into that folder +Type: ls to see where you are; you should see your index.html file \ No newline at end of file