Note: You are currently viewing my old web site. There is a new version with most of this content at OJB.NZ.
The new site is being updated, uses modern techniques, has higher quality media, and has a mobile-friendly version.
This old site will stay on-line for a while, but maybe not indefinitely. Please update your bookmarks. Thanks.


[Index] [Menu] [Up] Title[Header]
Tips

(Up to OJB's Mac Tips List Page)


Copy Folders from Terminal

Use this command from Terminal: sudo mv -R "SOURCE" "DESTINATION"
Supply the admin password when requested
If you don't know it, the copy might work without the "sudo" command first
Replace SOURCE AND DESTINATION with the correct paths
Use the quotes to avoid problems with spaces in file or folder names
The -R option specifies recursive, so all enclosed files and folders are copied
If copying to/from another disk use /Volumes/DISKNAME/FOLDERNAME


[Up]

[Contact][Server Blog][AntiMS Apple][Served on Mac]