Penguin
Annotated edit history of Process version 4 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 StuartYeates 1 On a [UNIX] or [Linux] system, a process is the container structure the [Kernel] builds for an application to run in.
2
3 Resourses such as [CPU] time, [FileHandle]s, network [Port]s and many others are allocated at the [Process] level.
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.