A little text to simply explain paths (file structure),
some example commands, not necessarily the ones for the project,
some of the do’s and dont’s with commands/terminal work e.g. just use your mouse for copy/paste for now
and CTRL C for getting out of trouble, and not into it haha, when trying to copy something from CLI!!!
Backwards \ slash for windows etc.
And quite often I need to use sudo (often for node stuff) but tutorials that don’t suggest it.
Lesson Contents:
- [x] What is CLI?
- [x] What it’s for and why we need it
- [x] How we use it, high level and some do’s and dont’s
- [x] What is the ‘shell’ programme?
- [ ] What it looks like (infographics)
- [ ] Different OS’s
- [x] opening a terminal
- [x] command/shell/bash prompt, command ‘line’, no prompt response = good response
- [x] pwd and ‘printing’
- [x] shell’s notion/understanding of where it is at any given time
- [x] root and root directory
- [x] cd >> relative paths
- [x] cd >> absolute paths
- [x] mkdir
- [x] touch
- [ ]
mv for move, move for rename
- [x] root warning
- [x] su warning