sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist For more ways to use find and locate check this nice article: https://www.cnet.com/news/how-to-find-files-via-the-os-x-terminal/
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist For more ways to use find and locate check this nice article: https://www.cnet.com/news/how-to-find-files-via-the-os-x-terminal/
Summary from: http://osxdaily.com/2010/02/17/track-down-all-startup-login-script-and-application-launches-in-mac-os-x/ Apps loaded at startup /Library/StartupItems /Library/LaunchDaemons /System/Library/LaunchDaemons User (ran at user logon): ~/Library/LaunchAgents Found this guy: com.google.keystone.agent.plist Google updater, decided to keep it, but if you want to read mode try this post /Library/LaunchAgents/ /System/Library/LaunchAgents/ Crons: crontab -l Kernell extensions kextstat | grep YOUR_QUERY Login and LogOut Hooks: defaults read com.apple.loginwindow LoginHook defaults…