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
GNU Hurd
(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!
=== Unix extensions === {{Unreferenced section|date=March 2007}} A number of traditional Unix concepts are replaced or extended in the Hurd. Under Unix, every running program has an associated [[user id]], which normally corresponds to the user that started the [[process (computing)|process]]. This id largely dictates the actions permitted to the program. No outside process can change the user id of a running program. A Hurd process, on the other hand, runs under a ''set'' of user ids, which can contain multiple ids, one, or none. A sufficiently privileged process can add and remove ids to another process. For example, there is a password server that will hand out ids in return for a correct login password. Regarding the [[file system]], a suitable program can be designated as a ''translator'' for a single file or a whole directory hierarchy. Every access to the translated file, or files below a hierarchy in the second case, is in fact handled by the program. For example, a file translator may simply redirect read and write operations to another file, like a Unix [[symbolic link]]. The effect of Unix ''[[mount (computing)|mounting]]'' is achieved by setting up a filesystem translator (using the "settrans" command). Translators can also be used to provide services to the user. For example, the [[ftpfs]] translator allows a user to encapsulate remote FTP sites within a directory. Then, standard tools such as [[ls]], [[cp (Unix)|cp]], and [[rm (Unix)|rm]] can be used to manipulate files on the remote system. Even more powerful translators are ones such as [[UnionFS]], which allows a user to unify multiple directories into one; thus listing the unified directory reveals the contents of all the directories. The Hurd requires a [[Multiboot Specification|multiboot]]-compliant [[booting|boot loader]], such as [[GNU GRUB|GRUB]].
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
GNU Hurd
(section)
Add topic