Forum Moderators: bakedjake
Most likely the problem is because you're not actually root.
Try:
> su -
<Enter root Password>
# chmod 444 /path/to/file
It may also be that the file is "locked" (I can't remember if linux has system immutable flags to lock files such as /kernel)