notes/article/os/linux/chattr.md

206 B

Protect Specified Folder on Linux

chattr

Just type the following command to protect your folder or file $path from being removed by command rm or sudo rm -rf.

chattr -R +i $path