<html>
<!-- BEGIN WEBMAIL STATIONERY -->
<head></head>
<body>
<!-- WEBMAIL STATIONERY notheme -->
<div></div>

 
<!--&lt;BR&gt;-->
<div>&nbsp;</div>
<blockquote style="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;">
 -------------- Original message from "Jim Kinney" &lt;jim.kinney@gmail.com&gt;: --------------
<br>
<br>
I have a file that appears to be chmod'ed 000 , yes no read, write or execute for any one. As root, I can't chmod it. I am puzzled and a tad concerned.<br><br>Thoughts?<br clear="all"><br>-- <br>-- <br>James P. Kinney III <br>


</blockquote>
  

Try lsattr file_name to see if the immutable(i) attribute was added. If so, try as root, chattr -i file_name to remove it.<br><br>root@test15 ~]# chattr +i cd_load.log <br>[root@test15 ~]# lsattr cd_load.log <br>----i-------- cd_load.log<br>[root@test15 ~]# chmod 755 cd_load.log <br>chmod: changing permissions of `cd_load.log': Operation not permitted<br><br>Chris Coleman<br>
<!-- END WEBMAIL STATIONERY -->

</body>
</html>