Cmd+I on the file in finder. Untick locked attribute.
Try this in Terminal:
chflags -R nouchg /path/to/the/offendingfile
That should clear the lock. run it as sudo if it gives you attitude. And maybe make a copy of the file first.
it states that there is no such file.
it states that there is no such file.
I hate to ask a possibly insulting question, but you did replace "/path/to/the/offendingfile" with the actual and correct path and filename of the file you want to unlock, right?
You can just type "chflags -R nouchg " and then drag the file from the finder.
Make sure you have a space after the "nouchg".
The file is there obviously.
yup
----------
it states: permission denied
try:
sudo chflags -R nouchg
then enter your log in password
You could also open up permissions with chmod 777 /path/to/the/offendingfile. That will let anyone on the computer see, execute and edit the file.
Nice Wallysb.
Just quoting myself:
"run it as sudo if it gives you attitude. And maybe make a copy of the file first."
I had reason to try this on a few files stuck on fibre attached today and it was super cool.
chmod 777 doesn't always clear stubborn locks but worth a try if you need to do other things to the file.
PS- I've seen that graphic on T-shirts. Cracked the IS team up. Everyone else just starred off.