Can't remove a cgi script on root level..
Hi all,This is strange.
I can't remove a cgi script even i'm root.
It give a "rm: cannot remove `chat.cgi': Operation not permitted" error.
drwxr-xr-x 2 gomore gomore 4096 Aug 25 03:12 ./
drwxr-x--- 20 domore nobody 4096 Aug 27 09:15 ../
-rwxr-xr-x 1 gomore gomore 183645 Aug 24 01:58 chat.cgi*
root@server [/home/gomore/public_html/cgi-bin]# rm -rf chat.cgi
rm: cannot remove `chat.cgi': Operation not permitted
anyone encounter similar problem before?