can't set PATH
i guess you people would call me a newbie. I installed Fedora Core and need to edit the $PATH to so the system can find the gcc compiler that was installed with the OS. I have researched the syntax and am pretty sure I have it right, but I cannot get the path to change. Here are the commands I have issued:
[root@snortdev /]# set path = $PATH:/usr/libexec
[root@snortdev /]# echo $PATH
/usr/kerberos/sbin:/sbin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:
I have also used:
[root@snortdev /]# set path = $PATH /usr/libexec
[root@snortdev /]# echo $PATH
/usr/kerberos/sbin:/sbin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:
What is wrong!
|