System Programming: Process Management in Linux
In Linux, unlike windows, all commands are run on terminal/shell. All administrative tasks can be accomplished through terminal/shell. This includes package installation, navigation, file manipulation, and user management. Process management in Linux...
oluwaseundasilva.hashnode.dev8 min read
Uwimana Lowami
Software Engineering Student at ALX
Hi DaSilva! That's a very good summary of everything. Thanks so much. I should add that to make a program execute in the background, you can just simply add an ampersand to the execution statement.
./myprogram &