Differences between version 3 and previous revision of UserSpace.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Friday, May 21, 2004 1:42:40 am | by AristotlePagaltzis | Revert |
Older page: | version 2 | Last edited on Tuesday, May 18, 2004 4:35:37 am | by StuartYeates | Revert |
@@ -1,3 +1,3 @@
-User space
is where normal programs run.
If you run a program, it runs in user space
, even if the person running
it is [root].
+UserSpace
is where normal programs run. If you run a program, it runs in UserSpace
, even if it is run under the
[root] account
.
-modprobe(8) is an example of a user space program that loads modules into kernel space. ps(1) and top(1) are examples of userspace programs that inspect
KernelSpace
+Contrast
KernelSpace.