Differences between version 2 and previous revision of ProcFileSystem.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Friday, November 1, 2002 11:53:48 am | by JohnMcPherson | Revert |
Older page: | version 1 | Last edited on Friday, November 1, 2002 11:50:32 am | by JohnMcPherson | Revert |
@@ -12,5 +12,5 @@
Also, the root user can change some kernel settings by writing to particular values. For example, to allow your linux machine to act as a router by forwarding packets from other machines, it is necessary (but often automatic) to do "echo 1 > /proc/sys/net/ipv4/ip_forward".
Writing programs that get information from /proc is a good way to make them non-portable to other unix(-like) systems.
-See also procinfo(8), ProcessNotes
.
+See also ProcessNotes,
procinfo(8), proc(5)
.