プロセスが使用してるポート番号
# netstat -anp
ポート番号を使用してるプロセス
# lsof -n -P -i:<portnum>
or
# sudo lsof -n -P -i:<portnum>
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
プロセスが使用してるポート番号
# netstat -anp
ポート番号を使用してるプロセス
# lsof -n -P -i:<portnum>
or
# sudo lsof -n -P -i:<portnum>
Register as a new user and use Qiita more conveniently
Go to list of users who liked