1834403 Members
2794 Online
110067 Solutions
New Discussion

Re: Korn shell

 
SOLVED
Go to solution
Rene_17
Regular Advisor

Re: Korn shell

Hi Pete !

for your information:

??HOME/.profile was not good to be placed into .dtprofile, because the script logout the user !

Because of this lines in .profile:

# Set up shell environment:

set -u
trap "echo 'logout root'" 0

Thanks for your help !