TipsMake
Newest

Tags : doc

Process management in Unix / Linux
Unix and Linux 25 May 2019

Process management in Unix / Linux

when you run a program on a unix system, the system creates a special environment for that program. this environment contains everything needed for the system to run the program

Read More