We had just upgraded Linux from 6.2 to 7.3 and is having problem with .bash_profile 'exit'.
User's .bash_profile reads as follows: ... cd /dir1 ./menu exit
When user login, menu will be prompted for user to start a few processes and those processes are supposed to be running even after user exit from login session. In 6.2, this is running well.
In 7.3, the processes are killed whenever user exit from login session. If those lines were commented, and user manually cd /dir1 and ./menu, the processes will be running well after exit. Is there a way to keep the processes running after exit in .bash_profile of 7.3?
Rgds,
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list