[ale] file perms
cdcoleman at bellsouth.net
cdcoleman at bellsouth.net
Thu Apr 10 13:18:18 EDT 2008
-------------- Original message from "Jim Kinney" <jim.kinney at gmail.com>: --------------
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.
Thoughts?
--
--
James P. Kinney III
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.
root at test15 ~]# chattr +i cd_load.log
[root at test15 ~]# lsattr cd_load.log
----i-------- cd_load.log
[root at test15 ~]# chmod 755 cd_load.log
chmod: changing permissions of `cd_load.log': Operation not permitted
Chris Coleman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.ale.org/pipermail/ale/attachments/20080410/a4856727/attachment.html
More information about the Ale
mailing list