View Single Post
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#10
The problem is that even a simple mistake can cause a lot of pain.

Obviously sudo rm -rf / will be a problem...but if you know about sudo and rm's recursion/force options then you probably know the risks involved w/ using the Terminal. But how about:

rm /home/user/ some_harmless_directory_I_want_to_delete

No sudo, force option, yet big problem.

Or even:

cat whetever whetever2 > some_file_that_shouln't_be_overwritten

You can still mess up your system pretty good without sudo or even rm.
__________________
-Brent

Author of TouchSearch -- web searching software for Maemo 5.

Mobile Device lineage: Palm Z22 -> Palm TX -> Nokia N800 -> Nokia N900
 

The Following 3 Users Say Thank You to BrentDC For This Useful Post: