"CentOS tcpdump 설치"의 두 판 사이의 차이

(새 문서: ==확인== <source lang='dos'> [root@jmnote ~]# rpm -qa | grep tcpdump [root@jmnote ~]# tcpdump -bash: tcpdump: command not found </source> ==설치== <source lang='dos'> [root@jmno...)
 
32번째 줄: 32번째 줄:
Complete!
Complete!
</source>
</source>
==같이 보기==
*[[리눅스 tcpdump 뜨기]]
[[분류: 리눅스 네트워크]]

2014년 4월 1일 (화) 13:24 판

1 확인

[root@jmnote ~]# rpm -qa | grep tcpdump
[root@jmnote ~]# tcpdump
-bash: tcpdump: command not found

2 설치

[root@jmnote ~]# yum install tcpdump 
... (생략)
===========================================================================================
 Package        Arch          Version                                    Repository   Size
===========================================================================================
Installing:
 tcpdump        x86_64        14:4.0.0-3.20090921gitdf3cb4.2.el6         base        336 k

Transaction Summary
===========================================================================================
Install       1 Package(s)

Total download size: 336 k
Installed size: 813 k
Is this ok [y/N]: y
... (생략)
Installed:
  tcpdump.x86_64 14:4.0.0-3.20090921gitdf3cb4.2.el6                                        

Complete!

3 같이 보기

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