Clearing Safari & Chrome Caches on Login

msnowdon
Contributor

I am using the following script to delete the Safari & Chrome caches upon login. It seems to work but I noticed it doesnt clear the Safari history.

#!/bin/sh

#Remove Safari and Chrome Cache

sudo -u $3 /bin/rm -rf /Users/$3/Library/Caches/com.apple.Safari
sudo -u $3 /bin/rm -rf /Users/$3/Library/Caches/Google/Chrome

Is that set somewhere else?

5 REPLIES 5

AVmcclint
Honored Contributor

Safari History files are found in ~/Library/Safari/

lwomack
New Contributor

Is this script for Mac OS andor iOS? If for iOS, where do you write this script?

johntgeck
Contributor

Just wanted to comment that this worked flawlessly for me! I deployed it as a policy in Self-Service and my onsite techs and end users are very thankful.

any chance you have successfully used this on Monterey?  Just stumbled across this old post today and was trying to replicate exactly what you have done, but unfortunately nothing seems to happen on my devices and all the cached data persists.  Thanks

KarmaLama
New Contributor

Hey Guys, anyway to clear the safari history only...thank you in advance