우분투 tcpdump 설치

1 개요[ | ]

apt install tcpdump
testuser@localhost:~$ tcpdump

Command 'tcpdump' not found, but can be installed with:

apt install tcpdump
Please ask your administrator.
root@localhost:~# tcpdump

Command 'tcpdump' not found, but can be installed with:

apt install tcpdump
root@localhost:~# apt install tcpdump
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  tcpdump
0 upgraded, 1 newly installed, 0 to remove and 88 not upgraded.
Need to get 387 kB of archives.
After this operation, 1198 kB of additional disk space will be used.
...
(Reading database ... 135871 files and directories currently installed.)
Preparing to unpack .../tcpdump_4.9.2-3_amd64.deb ...
Unpacking tcpdump (4.9.2-3) ...
Setting up tcpdump (4.9.2-3) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
root@localhost:~# tcpdump --list-interfaces
root@localhost:~#

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}