Can't delete a file
FreeBSD questions mailing list
FreeBSD at amadeus.demon.nl
Thu May 19 03:37:45 PDT 2005
On 19 mei 2005, at 10:57, Alex Zbyslaw wrote:
> Erik Trulsson wrote:
>
>
>> On Thu, May 19, 2005 at 02:18:36AM +0200, FreeBSD questions
>> mailing list wrote:
>>
>>
>>> i deleted the folder it was installed into but there are some
>>> files that i can't delete, for instance this one:
>>>
>>> -r-sr-xr-x 1 root wheel 18K Mar 26 06:58 rcp*
>>>
>>> i can't even delete it as root:
>>>
>>> # rm -rf rcp
>>> rm: rcp: Operation not permitted
>>>
>>> can anyone tell me how to get rid of it?
>>>
>>>
>>
>> chflags noschg rcp
>> rm -rf rcp
>>
>> Do a 'man chflags' for more information about the file flags.
>>
>>
> And look at the -o option to ls.
>
> --Alex
>
>
thanks, that did the trick...
:)
Arno
More information about the freebsd-questions
mailing list