[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to exit from linux kernel and return to then grub?
From: |
Chris Jones |
Subject: |
Re: How to exit from linux kernel and return to then grub? |
Date: |
Sun, 18 May 2014 13:59:12 -0400 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sun, May 18, 2014 at 01:33:15AM EDT, Z C wrote:
[..]
> If you are within one shell and you enter another shell, then if you want
> to quit the second shell and return back to the first shell, just simply
> type exit. All env variables and commands you previous typed in the first
> shell are completely intact.
A more valid metaphor would be to start an xterm (or such)... type 'exec
bash'.. type 'exit'... see what happens.
CJ