84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
My apache80 port is occupied
I would like to ask if this is occupied and how to turn it off in mac system
走同样的路,发现不同的人生
1. Terminal execution (Ni’s output may be different from mine, that’s okay. You can’t see port 1024 without sudo)
sudo lsof -i:80
2. Find the process, then
sudo kill -9 202 sudo kill -9 53
kill -9 pid
Two ways to check:
1. netstat -anl | grep "80" 2.lsof -i:80
1. netstat -anl | grep "80"
2.lsof -i:80
Then kill it
Find him and kill him
Violently kill that process
1. Terminal execution (Ni’s output may be different from mine, that’s okay. You can’t see port 1024 without sudo)
2. Find the process, then
kill -9 pid
Two ways to check:
Then kill it
Find him and kill him
Violently kill that process