User Tools

Site Tools


rb-mac:machome

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
rb-mac:machome [03/01/2024 17:53] – created - external edit 127.0.0.1rb-mac:machome [10/02/2025 16:51] (current) andrew
Line 1: Line 1:
-====== Apple Macintosh ======+====== Apple Mac OsX ======
  
 +===== Home Dir =====
  
 [[rb-mac:usinghomedir|Using /home not /Users]]  [[rb-mac:usinghomedir|Using /home not /Users]] 
 +
 +===== Old server =====
  
 [[rb-mac:networkserver|Apple Network Server]] [[rb-mac:networkserver|Apple Network Server]]
 +
 +===== Empty Trash =====
 +
 +<code>
 +osascript -e 'try' -e 'tell application "Finder" to empty' -e 'end try'
 +</code>
 +
  
  
 +===== Show path in finder =====
  
-Show path in finder+<code> 
 +defaults write com.apple.finder _FXShowPosixPathInTitle -bool true 
 +killall Finder 
 +</code>
  
-  defaults write com.apple.finder _FXShowPosixPathInTitle -bool true +===== Move files not copy =====
-  killall Finder+
  
 +Hold the Command key down as you drag. The Finder will then copy the file to the new location and delete the original.
  
-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 
  
rb-mac/machome.1704304434.txt.gz · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki