Difference between revisions of "Unix"

From NetHackWiki
Jump to navigation Jump to search
(initial version)
 
m (Add wikipedia and roguebasin links)
 
(7 intermediate revisions by 7 users not shown)
Line 1: Line 1:
'''Unix''' is the operating system of legend which has enjoyed a symbiotic relationship with NetHack. Its equally legendary text editor, [http://en.wikipedia.org/wiki/Vi vi], is the source of the '''[yuhjklbn]''' control system. When playing on a Unix-compatible system, eating an [[apple]] gives the message "Core dumped.", an in-joke for Unix debuggers. Although NetHack's "hack" refers to "hack 'n' slash", it nevertheless uses hacker lore as a spiritual source, growing from the same sensibilities that link Unix-culture, programming-culture, and general geek-culture.
+
{{wikipedia}}
 +
{{RogueBasin}}
 +
 
 +
'''Unix''' is the operating system of legend which has enjoyed a symbiotic relationship with NetHack. Its equally legendary text editor, [[vi]], is the source of the '''[yuhjklbn]''' control system. When playing on a Unix-compatible system, eating an [[apple]] gives the message "Core dumped.", an in-joke for Unix debuggers. Although NetHack's "hack" refers to "hack 'n' slash", it nevertheless uses hacker lore as a spiritual source, growing from the same sensibilities that link Unix-culture, programming-culture, and general geek-culture.
  
 
NetHack is considered by some sysops to be part of the standard suite of tools for any Unix site worth its salt.
 
NetHack is considered by some sysops to be part of the standard suite of tools for any Unix site worth its salt.
  
Although many platforms are now officially supported, there are those who feel that a well administrated multiuser Unix system is NetHack's platform of choice.
+
Although many platforms are now officially supported, there are those who feel that a well-administered multiuser Unix system is NetHack's platform of choice.
 +
 
 +
==Useful commands, programs and tricks==
 +
Certain Unix programs and commands are especially useful to NetHack players:
 +
*[[chroot jail]]
 +
*[[diff]]
 +
*[[Emacs]]
 +
*[[fg]]
 +
*[[grep]]
 +
*[[setgid]]
 +
*[[vi]]
  
 
==External links==
 
==External links==
 
+
* [http://www.ugu.com The Unix Guru Universe ] - For Beginners and Senior Unix Administrators!
 
* [http://en.wikipedia.org/wiki/Unix Unix on wikipedia]
 
* [http://en.wikipedia.org/wiki/Unix Unix on wikipedia]
  
[[Category:Articles]]
+
[[Category:Operating systems]]

Latest revision as of 07:03, 27 January 2020

Unix is the operating system of legend which has enjoyed a symbiotic relationship with NetHack. Its equally legendary text editor, vi, is the source of the [yuhjklbn] control system. When playing on a Unix-compatible system, eating an apple gives the message "Core dumped.", an in-joke for Unix debuggers. Although NetHack's "hack" refers to "hack 'n' slash", it nevertheless uses hacker lore as a spiritual source, growing from the same sensibilities that link Unix-culture, programming-culture, and general geek-culture.

NetHack is considered by some sysops to be part of the standard suite of tools for any Unix site worth its salt.

Although many platforms are now officially supported, there are those who feel that a well-administered multiuser Unix system is NetHack's platform of choice.

Useful commands, programs and tricks

Certain Unix programs and commands are especially useful to NetHack players:

External links