# ls -al xx
-rwxr-xr-x    1 root     root         2647 Dec  8 16:47 xx
# stat -c %a startWebLogic.sh
755
# mv xx xx.ss
mv: cannot move `xx' to `xx.ss': Operation not permitted
这是怎么回事呢?上bbs问了一下才知道。
# lsattr xx
----i-------- xx
只需要执行如下命令即可
#chattr -i xx