Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ポート 7054 で Python SimpleHTTPServer を起動しようとしました:
$ sudo python -m SimpleHTTPServer 7054 ... socket.error: [Errno 98] Address already in use
そのため、次のコマンドを実行しました。
$ sudo netstat -ntpu | grep 7054 $ sudo lsof -i -n -P | grep 7054
しかし、私には結果がありません。