It says the operation cannot be completed because the item is locked. I've searched hi and low to find a way to unlock the file but I haven't been able to. What should I do? 
FunkyPurple said:It says the operation cannot be completed because the item is locked. I've searched hi and low to find a way to unlock the file but I haven't been able to. What should I do?![]()
coconn06 said:Or "rm -rf ~/.Trash/file" to delete only the file or directory "file" from the Trash.
yellow said:For the record, the -r flag isn't needed if it's a single file. The -r flag is for recursively removing given directory hierarchy.
coconn06 said:That's why I said file OR directory. I included -r to cover both cases. Next time read what I wrote (you even quoted it!) before commenting.