How to make File Undeletable even by root user in Linux

Date: 30-01-2021

  1. You can set attribute of a file by using below command.
    # chattr +i directory/file
    Use the below command to view attributes of a file.
    # lsattr directory/file
  2. You can remove the attribute of a file.
    # chattr -i directory/file

Leave a Reply

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny