Re: Command Line Fix for Locked Files?
Re: Command Line Fix for Locked Files?
- Subject: Re: Command Line Fix for Locked Files?
- From: Christopher Nebel <email@hidden>
- Date: Thu, 5 Feb 2004 23:57:31 -0800
On Feb 2, 2004, at 3:37 PM, Graff wrote:
On Feb 2, 2004, at 4:05 PM, Arvid Burns wrote:
I'm looking for a command line method for unlocking files.
If you have the Developer Tools installed then you can use
/Developer/Tools/SetFile
Here's an example of how to unlock a file:
/Developer/Tools/SetFile -a l /path/to/file
'chflags nouchg /path/to/file' should also work. Requires only a
standard install.
--Chris Nebel
AppleScript Engineering
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.