[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: 4 queries
Suresh Ramasubramanian wrote:
> the PATH variable can be set in /etc/profile or /etc/bashrc ...
or for a specific user in ~/.bash_profile or ~/.profile the folowing
PATH=$PATH:/ur/new/path:/another/of/ur/new/path
wil preserve the old path and "apend" ur new paths. to prepend,
PATH=/ur/new/path:/another/of/ur/new/path:$PATH
>> Answers to any of the above awaited
> you writing an exam / assignment? :)
how many marks do i get then? ;)