I could not login to my server using telnet. When I trace down the problem, I 
found the 0 byte size and 744 permition of /bin/login. 

I found follwing message, when I tried to do rm, mv and chmod commands.
I am login as root. 

[root@dbserver1 root]# ls -l /bin/login
-rw-r--r--    1 root     root            0 Sep 20 02:54 /bin/login

[root@dbserver1 root]# chmod 755 /bin/login
chmod: changing permissions of `/bin/login': Operation not permitted

[root@dbserver1 root]# rm /bin/login
rm: remove write-protected file `/bin/login'? y
rm: cannot unlink `/bin/login': Operation not permitted


Why root can not this operation?? Now, how do I correct my machine without 
reinstallation.

Kshetrimayum.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to