| command | description/application |
|---|---|
| cd | cd means change directory, cd allows you to change your working directory. |
| ls | ls means list, it will list all directories inside your current working directory. |
| mkdir | mkdir means make directory, this makes a new directory. |
| rm | rm means remove, removes a file or directory, will not remove files with children unless you add -rf. |
| make | make creates a new directory called _site, _site is a compiled version of the webpage that runs on localhost. |
Linux Commands Notebook
Linux Commands Notebook for Sprint 1