Change attributes of a file

PHOTO EMBED

Tue Jul 12 2022 07:46:12 GMT+0000 (Coordinated Universal Time)

Saved by @Rohith #bash

# Make file immutable
chattr +i filename

# Make file mutable
chattr -i filename
content_copyCOPY