rm unable to delete file even as root or sudo [Solved]
When it is not possible to delete a file using rm even when logged in as root or by using sudo, check the file attributes with: lsattr filename.ext If it has the “i” attribute, this is preventing the file from being deleted, even by super users. When you have verified the reason for this and […]
