By admin, on December 10th, 2009%
Some time we need to empty the trash folder when we are working on terminal. you can simple do this using the following command.
rm -rf ~/.Trash
to delete other user trash, use:
sudo rm -rf /Users/user_name/.Trash
*to delete other users trash, you have to use sudo.
number of . . . → Read More: Empty recyclebin/trash from command line
By oshim, on July 29th, 2008%
If you use your Mac on a cross platform network often, you’ve surely run into the obnoxious creation of .DS_Store files. If you’re curious what the file is used for, DS_Store is a hidden file for Mac OS X that stores various bits of data for the Finder to remember, like icon position, making it completely . . . → Read More: Stop DS_Store file creation on network connections
Recent Comments