Y
Hacker News
new
|
ask
|
show
|
jobs
by
chronoslynx
5528 days ago
Sure it can! " su cd /System/Library/Frameworks/CoreLocation.framework/Support rm consolidated.db ln -s /dev/null consolidated.db "
1 comments
robotblake
5528 days ago
That command has some errors, would be better off just forcing the link I'd imagine. No way to check if it works, but...
sudo ln -sf /dev/null /System/Library/Frameworks/CoreLocation.framework/Support/consolidated.db
link
chronoslynx
5526 days ago
I've actually tried the command I posted above; seems to be working. 'consolidated.db' is symlinked to /dev/null just fine. I'm curious though, which part is erroneous? So I better understand for the future :p
link