回答編集履歴
1
netstatコマンドのオプションを修正
test
CHANGED
@@ -20,6 +20,6 @@
|
|
20
20
|
|
21
21
|
apt-get install net-tools
|
22
22
|
|
23
|
-
netstat -ant
|
23
|
+
netstat -antl
|
24
24
|
|
25
25
|
```
|