Results 1 to 3 of 3
Hello all,
A simple question today for those that may know.
In bash, I can add the home directory to the path by adding a single line to /etc/profile like ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-16-2008 #1Linux Newbie
- Join Date
- Dec 2006
- Posts
- 104
How to edit the path in CSH
Hello all,
A simple question today for those that may know.
In bash, I can add the home directory to the path by adding a single line to /etc/profile like this:
PATH=$PATH:.
How do I do this for CSH and what file do I edit?
Thanks!
Sol
- 01-16-2008 #2Linux Newbie
- Join Date
- Jan 2008
- Location
- UK
- Posts
- 211
Hi Sol, have a look in /etc/csh.login.
- 01-18-2008 #3Linux Newbie
- Join Date
- Dec 2006
- Posts
- 104


Reply With Quote

