1834186 Members
3261 Online
110064 Solutions
New Discussion

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 !