December 2018
Beginner to intermediate
796 pages
19h 54m
English
A UNIX process is created by the operating system. It typically contains the following:
If you are curious about processes, open up a shell and type $ top. This command displays and updates sorted information about the processes that are running in your system. When I run it on my machine, the first line tells me the following:
$ topProcesses: 477 total, 4 running, 473 sleeping, 2234 threads...
This gives you an idea about how much work our ...
Read now
Unlock full access