chrisam135
MIS
I have a problem. I have an .profile that I use listed below. When a user uses a ctrl-c to break out, they get to the shell prompt of that application. What can I do to correct this from happening in my .profile?
Example of .profile;
PS1="`hostname`> "
MAIL=/usr/spool/mail/$USER
cd /prod/fsl
uv
exit 0
The exit 0 is suppose to log them out to a login prompt, but it does not work? Help!
C
Example of .profile;
PS1="`hostname`> "
MAIL=/usr/spool/mail/$USER
cd /prod/fsl
uv
exit 0
The exit 0 is suppose to log them out to a login prompt, but it does not work? Help!
C