Fg

From NetHackWiki
Revision as of 16:29, 11 November 2014 by 94.109.80.136 (talk) (Created page with "{{man|fg}} '''fg''' is a generic Linux/Unix utility, that resumes execution of a suspended process. Sometimes, unwary users press "ctrl-Z" by accident. This suspends the gam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

fg is a generic Linux/Unix utility, that resumes execution of a suspended process.

Sometimes, unwary users press "ctrl-Z" by accident. This suspends the game and puts it in the backgroud. With the message:

"[1]+ Stopped nethack"

Attempting to restart the game by rerunning "nethack" will give the message:

"There is already a game in progress under your name. Destroy old game? [yn]"

Say no to the above. You just need to run the command "fg" in the original terminal to resume the frozen game. If you alredy killed the original terminal, then you might need to recover your game with the recover utility.