1. The Linux Development process
- Development on Linux takes place by editing text files, running command-line commands to build them into executables (from the command line), and invoking them.
- There is often a debug stage using an interactive debugger.
- Afterwards, one can modify the files and build again.