We are still actively working on the spam issue.

Difference between revisions of "Userland"

From InstallGentoo Wiki
Jump to: navigation, search
(Create base page)
 
(Added category and extended preface, will add parts of userland and examples later.)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
A '''Userland''' is the system utilities that are not a part of the main kernel, but provide a base system. An example of a userland is the [[GNU]] Userland, which is (mostly) comprised of the [[GNU Core Utilities]].
+
A '''userland''' is the system utilities that are not a part of the main kernel, but provide a base system. The term userland (or user space) refers to all code that runs outside the operating system's kernel. Userland usually refers to the various programs and libraries that the operating system uses to interact with the kernel: software that performs input/output, manipulates file system objects, application software etc.

Revision as of 02:09, 19 January 2016

A userland is the system utilities that are not a part of the main kernel, but provide a base system. The term userland (or user space) refers to all code that runs outside the operating system's kernel. Userland usually refers to the various programs and libraries that the operating system uses to interact with the kernel: software that performs input/output, manipulates file system objects, application software etc.