Created
March 9, 2022 05:36
-
-
Save maheshgiri/93bdc8c5436740fa210dc6aca7e10b72 to your computer and use it in GitHub Desktop.
Clear 8081 Port
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo lsof -n -i4TCP:8081 | |
sudo launchctl list | grep mcafee | |
sudo launchctl remove com.mcafee.ssm.Eupdate | |
sudo launchctl remove com.mcafee.agent.macmn | |
sudo launchctl remove com.mcafee.virusscan.ssm.ScanFactory | |
sudo launchctl remove com.mcafee.virusscan.fmpd | |
sudo launchctl remove com.mcafee.agent.ma | |
sudo launchctl remove com.mcafee.ssm.ScanManage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment