View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#28
Originally Posted by Ammar Hamdan View Post
At first thx guys 4 ur replies



it shows this:

Code:
~ # echo $PATH
/usr/bin:/bin
~ #
This is clearly wrong (or at least will cause unexpected problems such as the one you have).

My (root) PATH has
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11

Please (again as root), type "cat /root/.profile"

Mine has (typing by hand):
Code:
if [ -f ~/.bashrc ]; then
 . ~/.bashrc
fi

PATH=(the line above)
export PATH

mesg n
You haven't played with speedpatch and/or batterypatch lately, have you?
 

The Following User Says Thank You to reinob For This Useful Post: