UniX Process not getting logout.

Hi,

We have UNIX menu.
when we exit the menu the processes are not getting log out.
please suggest me how to log out the process after exit from the UNIX Menu.

Regards,
laknar.

If I understand your question.
From the user .profile , exec the menu. When the menu exits the user is logged out.

exec <menu script name>

exec menu.sh
but when we exit the processes still remain.
we are executing the menu script through .profile
i beleive the loop is not getting exit

While [1]
do
{
...........
}
done

Hi i checked the same script with different server.
the process are getting automatically killed after exit.
where in another server it is not getting killed.
is there any problem with OS level?
Please suggest me.