SHELL PROMPT --- HOME --- WHAT IS SHELL SCRIPT
Philosophical approach to software development bsed on experience of leading developers of Unix.
- Do one thing + Do it well.
- Everything is a file.
- Small is beautiful.
- Store data + configuration in flat text file.
- Use Shell Script to increase portablity.
- Chain programs to increase levrage and portablity.
- Portablity over efficiency.
- Keep it simple + stupid (KISS)
Switching to login terminal -> Ctrl + Alt +F1