====== Apple Mac OsX ======
===== Home Dir =====
[[rb-mac:usinghomedir|Using /home not /Users]]
===== Old server =====
[[rb-mac:networkserver|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.