Penguin
Annotated edit history of Process version 4, including all changes. View license author blame.
Rev Author # Line
2 JohnMcPherson 1 On a [UNIX] or [Linux] system, a process is the container structure the [Kernel] builds for an application to run in.
1 StuartYeates 2
3 AristotlePagaltzis 3 Resourses such as [CPU] time, [FileHandle]s, network [Port]s and many others are allocated at the [Process] level.
1 StuartYeates 4
2 JohnMcPherson 5 Contrast [Thread].
6
4 LawrenceDoliveiro 7 See ProcessNotes for information on getting process statistics and information, and ProcessRelationships for an overview of the ways that different processes can be related to one another.