(base) [root@guest ~]# netstat
-bash: netstat: command not found
자.. 당황하지 말고~
(base) [root@guest nshopassist]# yum -y install net-tools
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.riken.jp
* extras: ftp.riken.jp
* updates: ftp.riken.jp
Resolving Dependencies
--> Running transaction check
---> Package net-tools.x86_64 0:2.0-0.25.20131004git.el7 will be installed
--> Finished Dependency Resolution
...
...
Running transaction
Installing : net-tools-2.0-0.25.20131004git.el7.x86_64 1/1
Verifying : net-tools-2.0-0.25.20131004git.el7.x86_64 1/1
Installed:
net-tools.x86_64 0:2.0-0.25.20131004git.el7
Complete!
(base) [root@guest nshopassist]# netstat -h
usage: netstat [-vWeenNcCF] [<Af>] -r netstat {-V|--version|-h|--help}
netstat [-vWnNcaeol] [<Socket> ...]
netstat { [-vWeenNac] -I[<Iface>] | [-veenNac] -i | [-cnNe] -M | -s [-6tuw] } [delay]
help 명령이 잘되는 것까지 확인.
'까벨로퍼 > 개발 이야기' 카테고리의 다른 글
[C#] Visual Studio Installer 사용하기 (2) (0) | 2020.07.01 |
---|---|
[C#] Visual Studio Installer 사용하기 (1) (0) | 2020.07.01 |
[Django] openssl 인증서로 https 사용 (2) | 2020.06.29 |
[Linux/Unix] Tcpdump(2) (0) | 2020.06.29 |
[Linux/Unix] Tcpdump (0) | 2020.06.29 |