bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: logout from interactive subshell


From: Anton Zinoviev
Subject: Re: logout from interactive subshell
Date: Thu, 12 Oct 2006 11:55:29 +0300
User-agent: Mutt/1.5.13 (2006-08-11)

On Thu, Oct 12, 2006 at 10:47:38AM +0200, Com MN PG P E B Consultant 3 wrote:
>    (1) rlogin to a foreign host
>    (2) Invoke a subshell (for example because I'm setting a Clearcase
> View)
>    (3) Logout from the host
> 
> Step (3) needs two steps: First I have to type 'exit' to leave the
> subshell, and then either 'exit' or 'logout' to leave the login shell.

On step (2) you use 

exec bash

instead of just bash.

Anton Zinoviev




reply via email to

[Prev in Thread] Current Thread [Next in Thread]