Skip to content

Instantly share code, notes, and snippets.

@JimLiu
Last active May 15, 2020 16:48
Show Gist options
  • Save JimLiu/844922f7ce8d8c254affa0d5814da65c to your computer and use it in GitHub Desktop.
Save JimLiu/844922f7ce8d8c254affa0d5814da65c to your computer and use it in GitHub Desktop.
sudo lsof -n -i4TCP:8081 # get the process' PID
sudo launchctl list | grep <PID> # find the launchd endpoint
sudo launchctl remove com.mcafee.agent.macmn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment