How can one change their path statement in Ubuntu?
I've been Googling trying to figure out how to change my path statement in Ubuntu, and haven't found anything that works yet or makes sense. The linux gurus out there just don't understand that we new guys need a little more description.
On Ubuntu 8.04 and trying to add 'apps/drash' to the path statement.
1 Reply
export PATH=/path/to/dir:$PATH
And I think that work because when I type a command in that folder it tells me access denied now….so at least that is a new problem!