View Single Post
  #2 (permalink)  
Old 14th July 2008, 11:02 PM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Is that all you got?
 
Join Date: May 2005
Location: Planet Vegeta
OS: Redhat
Posts: 823
Thanks: 21
Thanked 37 Times in 32 Posts
Rep Power: 12
rockdalinux is a splendid one to beholdrockdalinux is a splendid one to beholdrockdalinux is a splendid one to beholdrockdalinux is a splendid one to beholdrockdalinux is a splendid one to beholdrockdalinux is a splendid one to behold
Default

Hello,

You are allowed to set your path under any Linux distribution using following syntax:
Code:
export PATH=$PATH:/path/to/new/location
echo $PATH
You need to add export command to .bashrc or .bash_profile
__________________
Rocky Jr.
What's wrong? I hope I am not making you uncomfortable...

Never send a boy to do a mans job.
Reply With Quote