I would like to delete all Safari cookies from terminal on Mac OS 10.7.2.
I tried to delete ~/Library/Cookie/Cookies.binarycookies (this is the only file in ~/Library/Cookie), but it didn't help.
~/Library/Cookie/Cookies.binarycookies
~/Library/Cookie
Please advise.
Cookies.plist
~/Library/Cookies
The missing part was to kill the cookied process:
cookied
killall cookied
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
370 times
active
Get the weekly newsletter!
see an example newsletter
By subscribing, you agree to the privacy policy and terms of service.
Cookies.plistin~/Library/Cookies, which I think is what stores them. Do you have any other files in there? – Alex Chan Jan 8 '12 at 22:25