secureログをリアルタイムに監視する tail -n1 -f /var/log/secure secureファイルの中身を末尾(tail)から1行(-n1)表示を継続(-f) 同様にして必要なログファイルを複数のター […]
タグ: リアルタイム
iptablesの設定|ポートの調査
ネットワークのインターフェイス確認 netstat -i 物理的なつながりを把握する 現在のルーティングを確認する netstat -rvn
1 2 3 4 |
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 ... |
適用中の経路 […]