Files can be locked on OS X by going to the "Get Info" panel for the specific file and clicking the lock button.
I would need to remove locks from a shell script. What unix command can do that?
|
Files can be locked on OS X by going to the "Get Info" panel for the specific file and clicking the lock button. I would need to remove locks from a shell script. What unix command can do that?
| |||
|
feedback
|
|
Unlock "Locked" flag on a folder recursivly chflags -R nouchg /folder/path | |||
|
feedback
|
|
Try | |||
|
feedback
|
|
If you've got xcode installed,
To lock:
To query, you can use | |||
|
feedback
|