Created
August 29, 2024 01:22
-
-
Save richardevcom/8c68cdff2a907d2c0bd74a11c3f8c5c6 to your computer and use it in GitHub Desktop.
bash - Recursively remote immutable attribute from all files and directories within a directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -exec sudo chattr -i {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment