Confirming the environment variables

In order for HULFT to operate, you need to set up environment variables.

If these are not set, refer to Setting the environment variables and configure the relevant settings.

Confirmation method

# echo $HULPATH 
/usr/local/HULFT/etc 
# echo $HULEXEP 
/usr/local/HULFT/bin 

# echo $PATH  (in case of sh) 
/usr/local/HULFT/bin:/usr/local/bin:/bin:/usr/bin:/usr/sbin .. 

$ echo $path (in case of csh) 
/usr/local/HULFT/bin  /usr/local/bin  /bin  /usr/bin  /usr/sbin ..