Hi,
I came across Immutable bits when I did a:
rm /etc/init.d/network
and got a:
rm: remove write-protected file `/etc/init.d/network'? y
rm: cannot unlink `/etc/init.d/network': Operation not permitted
Then someone suggested me to set the immutable bit.
How should this be done? But more importantly what are immutable bits and why do we need them? URLs would help.