Recently I learned very useful tip to avoid accidentally modifying/editing a original file. This will work in all unix like systems including Mac.
The Idea is to just change file permissions to read only using chmod command as below
>chmod 444 file_name
or
>chmod 400 file_name
Top comments (0)