Difference between revisions of "Unix"

From NetHackWiki
Jump to navigation Jump to search
(Useful commands, programs and tricks: These commands are useful to admins and devs, not players. Also, delete reference to fg. It's just basic job control. What's next, the ls command?)
m (External links: http -> https. Delete wikipedia link. There's already one at the top.)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
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.
 
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==
+
==Useful features and commands==
 
Certain Unix features and commands are especially useful to NetHack system administrators and developers:
 
Certain Unix features and commands are especially useful to NetHack system administrators and developers:
 
*[[chroot jail]]
 
*[[chroot jail]]
Line 18: Line 18:
  
 
==External links==
 
==External links==
* [http://www.ugu.com The Unix Guru Universe ] - For Beginners and Senior Unix Administrators!
+
* [https://www.ugu.com The Unix Guru Universe ] - For Beginners and Senior Unix Administrators!
* [http://en.wikipedia.org/wiki/Unix Unix on wikipedia]
 
  
 
[[Category:Operating systems]]
 
[[Category:Operating systems]]

Latest revision as of 05:57, 16 June 2024

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 features and commands

Certain Unix features and commands are especially useful to NetHack system administrators and developers:

External links