← Back to team overview

sslug-teknik team mailing list archive

Re: hvordan fan sletter man de her filer? rm -rf virker ikke

 

Jon Bendtsen <bendtsen@xxxxxxx> writes:

> rm -rf giver operation not permitted.


Immutable?

[root@pingvin /root]# touch foo
[root@pingvin /root]# chattr +i foo
[root@pingvin /root]# rm -f foo
rm: cannot unlink `foo': Operation not permitted
[root@pingvin /root]# chattr -i foo
[root@pingvin /root]# rm -f foo
[root@pingvin /root]#



Mvh.


  Dennis Jørgensen


Follow ups

References