📜 ⬆️ ⬇️

One simple thing

If you want to protect an important directory from being deleted due to careless use of the rm -rf * command, then create a file named -i, this will cause rm to ask for confirmation:

touch ~/important-directory/-i

')

Source: https://habr.com/ru/post/120749/


All Articles