On 01/05/11 19:52, Jason Couture wrote:
I'm on my phone at work, would someone mind elaborating on that last email for me?
Certainly :)
Can I suggest $PATH may be incorrect in .bashrc?
First off, at the prompt, type echo $PATH # echo $PATH That will give your your path variable that is created by your machine profile (/etc/profile) as well as your local profile (probably .bashrc and .bash_profile). Mine looks like this (the first three entries are the important ones) me@machine ~ $ echo $PATH /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.4:/opt/android-sdk-update-manager/tools:/opt/android-sdk-update-manager/platform-tools:/home/me/bin:/home/me/sandbox/scripts:/home/me/bin:/home/me/sandbox/scripts Without /usr/bin and /bin being in your path, your machine won't execute anything from those folders if you only type the name. Also, have you found the su program yet? -- Eric Martin Key fingerprint = D1C4 086E DBB5 C18E 6FDA B215 6A25 7174 A941 3B9F