Table of Contents

Apple Mac OsX

Home Dir

Using /home not /Users

Old server

Apple Network Server

Empty Trash

osascript -e 'try' -e 'tell application "Finder" to empty' -e 'end try'

Show path in finder

defaults write com.apple.finder _FXShowPosixPathInTitle -bool true
killall Finder

Move files not copy

Hold the Command key down as you drag. The Finder will then copy the file to the new location and delete the original.