Re: question about setenv
EdStevens wrote:
> What if someone wrote and installed something called "ls" which invokes
> "rm -rf"?
The answer to that is that you carefully select what goes into your
PATH. That is to say, only absolute paths to trusted locations.
|