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


Click here to return to the 'A script to prevent damage from rm -rf malware' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to prevent damage from rm -rf malware
Authored by: MaxMarino on May 18, '04 12:14:52PM

Nope, f and i have *same* precedence, the last one wins

rm -rif == rm -rf

rm -rfi == rm -ri



[ Reply to This | # ]