Hi all, This is happening on a Redhat 7.2 system, but i think it would apply across all Linux distros.
[EMAIL PROTECTED] sbin]# pwd /usr/sbin [EMAIL PROTECTED] sbin]# chattr -iu sendmail [EMAIL PROTECTED] sbin]# rm sendmail rm: remove `sendmail'? y rm: cannot unlink `sendmail': Operation not permitted [EMAIL PROTECTED] sbin]# ls -al sendmail -rwxr-xr-x 1 root root 99161 May 1 01:21 sendmail That is happening for all the files in that directory. strace rm sendmail: lstat64("sendmail", {st_mode=S_IFREG|0755, st_size=99161, ...}) = 0 access("sendmail", W_OK) = 0 unlink("sendmail") = -1 EPERM (Operation not permitted) Any ideas as to what may be happening? Sincerely, Jason -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]