1748151 Members
3880 Online
108758 Solutions
New Discussion юеВ

exit issue

 
SOLVED
Go to solution
muralikrishna
Advisor

exit issue

Hi ALL

Whenever ia m doing a EXIT command its not exiting its showing some other message.
logout
There are stopped jobs.

second time exit only giving proper result. why its happening ?
5 REPLIES 5
Steven Schweda
Honored Contributor

Re: exit issue

Perhaps you have stopped jobs.

man

Look for "job" and/or "jobs".
Kapil Jha
Honored Contributor

Re: exit issue

in ut profile u must be entering another shell, and hence when u doing exit.....irs showing

logout >>> means u got out from first shell

second exit u actaually getting out.

Plus you have some background jobs running.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Durvesh Mendhekar
Regular Advisor

Re: exit issue

Hi,

There must be some background job is running by executing a new shell within your shell.This is called as child shell.
Thats why you are not getting log out while
issuing exit command

Durvesh
Horia Chirculescu
Honored Contributor
Solution

Re: exit issue

Hello,

The shell commands:

jobs

would list all your active jobs.

fg

would bring the current job into foreground, allowing to interact.

Best regards,
Horia.
Best regards from Romania,
Horia.
muralikrishna
Advisor

Re: exit issue

thanks for help