Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Plan 9 from Bell Labs
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Special virtual filesystem === ==== /proc ==== [[File:Plan 9 from Bell Labs (process management).png|thumb|right|Listing processes with [[ls|list contents of directory (ls, lc) command]]<ref name="unix-plan9-command-translation" /> in {{mono|/proc}}]] {{Main |procfs}} Instead of having system calls specifically for [[process management (computing)|process management]], Plan 9 provides the {{mono|/proc}} file system. Each [[Process (computing)|process]] appears as a directory containing information and control files which can be manipulated by the ordinary file IO system calls.<ref name = "design-paper" /> The file system approach allows Plan 9 processes to be managed with simple file management tools such as [[ls]] and [[cat (Unix)|cat]]; however, the processes cannot be copied and moved as files.<ref name="design-paper" /> ==== /net ==== Plan 9 does not have specialised system calls or [[ioctl]]s for accessing the networking stack or networking hardware. Instead, the {{mono|/net}} file system is used. Network connections are controlled by reading and writing control messages to control files. Sub-directories such as {{mono|/net/tcp}} and {{mono|/net/udp}} are used as an interface to their respective protocols.<ref name="design-paper" />
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Plan 9 from Bell Labs
(section)
Add topic