Monitor Mac OS X Filesystem Usage & Access with opensnoop

The opensnoop utility is an amazing tool for tracking down specifics like what files specific applications are accessing, but you can also use opensnoop to monitor all filesystem access in Mac OS X. To do this, run the utility with no flags attached:
sudo opensnoop
You’ll be asked for your root password, and then you’ll immediately be presented with a firehose of data showing everything that is going on within Mac OS X.
Wondering what all this information you’re seeing is? The colorized guide below shows you what you’ll be most interested in following: Purple is the Process ID, Blue is the Process Name, and Red is the File Path:

Generally, the most useful information to follow is the process name and path to the file the given process is accessing. You’ll find a correspondence to what processes are shown in opensnoop with what is in the activity monitor / task manager.
You can also follow a specific file and discover what is accessing it with:
sudo opensnoop -f /path/to/file
Or you can track anything that relates to a specific file or app by using grep. For instance, I want to follow everything having to do with Terminal app or files related to it:
sudo opensnoop | grep Terminal
We’ve showed you this before, but you can also track specific applications with either their process id, or app name:
sudo opensnoop -n Terminal
Unless you’re troubleshooting very vague problems or you just want to see what’s going on behind the scenes of Mac OS X via the command line, it’s a good idea to use opensnoop with some specifics so you’re not inundated with information.






In many 

Increasing the size of the Mac mouse and trackpad pointer is an important ability for those with visual impairments, but it’s also a great way to make a Mac more friendly for newcomers to computers in general, like kids and grandparents. 


Redsn0w 0.9.6rc14 has been released, it includes a fix for the iPhone 4 untether problem from the past redsn0w version. This new version can be run directly over iPhone 4 with rc13 and it will untether that jailbreak.
Alright iPhone jailbreakers, iOS 4.3.2 now has an untethered jailbreak available thanks to the latest version of 