Differences
This shows you the differences between two versions of the page.
| |
linux:general [2025/08/30 21:05] – created Name | linux:general [2025/10/17 04:54] (current) – Name |
---|
<code>chflags -R nouchg /PATH/TO/DIRECTORY/WITH/LOCKED/FILES/</code> | <code>chflags -R nouchg /PATH/TO/DIRECTORY/WITH/LOCKED/FILES/</code> |
Reference: [[https://superuser.com/questions/40749/command-to-unlock-locked-files-on-os-x]] | Reference: [[https://superuser.com/questions/40749/command-to-unlock-locked-files-on-os-x]] |
| |
| ====rsync between two locations==== |
| <code>rsync --remove-source-files -ahP /Volumes/4k-ext /Volumes/4k-nas1 2> ~/Documents/rSyncErrors.txt</code> |