davemania Posted January 2, 2004 Share Posted January 2, 2004 How do i add /usr/ccs/bin to the beginning of the PATH enviroment variable to the current shell ? Thanks Link to comment Share on other sites More sharing options...
MG-Cloud Posted January 2, 2004 Share Posted January 2, 2004 export PATH=/usr/ccs/bin:$PATH Link to comment Share on other sites More sharing options...
davemania Posted January 2, 2004 Author Share Posted January 2, 2004 I tried that but i got some error that some of its sub directory is non- attribute? (I don't exactly remember the error) Link to comment Share on other sites More sharing options...
MG-Cloud Posted January 2, 2004 Share Posted January 2, 2004 If I'm interpreting that correctly, it may mean that you need to set the permissions of the subdirectory. Try `man chmod' for details :) Also, if you can, post the exact error message along with whatever you're trying to use it with. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts