Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # MAC PORT KILL <code> lsof -i :portnum </code> `lsof -i :portnum` 명령어로 사용중인 해당 Port의 PID 확인 <code> kill -9 portnum </code> `kil -9 portnum` 명령어로 해당 PID의 Process 종료 open/mac-port-kill.txt Last modified: 2024/10/05 06:15by 127.0.0.1