We are still actively working on the spam issue.

Difference between revisions of "Userland"

From InstallGentoo Wiki
Jump to: navigation, search
(Added category and extended preface, will add parts of userland and examples later.)
m (Forgot to add category)
Line 2: Line 2:
  
 
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.
 
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.
 +
 +
[[Category:Software]]
 +
[[Category:Operating systems]]

Revision as of 02:14, 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.