delete locked files?
delete locked files?
Out of context: Reply #3
- Started
- Last post
- 9 Responses
- rabattski0
if permissions change doesn't work. if you can't delete it as root. than you might want to look into this.
http://www.osxfaq.com/Tutorials/…
for most cases this works when you're in your shell:
>chflags nouchg (filename)
>rm (filename)