Skip to content

Instantly share code, notes, and snippets.

@richardevcom
Created August 29, 2024 01:22
Show Gist options
  • Save richardevcom/8c68cdff2a907d2c0bd74a11c3f8c5c6 to your computer and use it in GitHub Desktop.
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.
find . -exec sudo chattr -i {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment