1. ping: 통신 상태 확인, 통신 시간이 작을수록 네워크 상태가 좋음[명령어]ping [IP/Domain] [옵션]-c: 갯수 지정해서 나열 (count)-q: 종료 시 결과값만 출력 [예시][root@localhost ~]# ping www.google.com -c 2PING www.google.com (172.217.31.132) 56(84) bytes of data.64 bytes from nrt20s08-in-f4.1e100.net (172.217.31.132): icmp_seq=1 ttl=128 time=39.4 ms64 bytes from nrt20s08-in-f4.1e100.net (172.217.31.132): icmp_seq=2 ttl=128 time=38.2 ms --- www.g..