Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'full path!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
full path!
Authored by: mervTormel on Apr 12, '02 01:54:06AM

it should be noted that scripts need to make very sure they are using the full pathname to the intended command.

all references to rm should be to /bin/rm

if you had a custom rm command found in your path before /bin/rm, results would be dubious, if not disastrous. right?



[ Reply to This | # ]