The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: Csh Vs Ksh
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-24-2006
ranj@chn ranj@chn is offline
Playing with Ubuntu Now!
 

Join Date: Oct 2005
Location: Chennai
Posts: 363
PATH variable

Your PATH variable may not be properly set up. If your working directory is /home/susan - set this in your '.profile' file,
Code:
export PATH=$PATH:/home/susan/
Then run the profile (by giving '. .profile') and try executing the script again.
Reply With Quote