CentOS7 wget 사용방법
CentOS7 wget 사용방법
- wget 사용방법은 간단합니다
“wget 다운경로URL”
예를들어 wget http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.iso 입력하면
아래와 같이 진행이됩니다.
[root@localhost ~]# wget http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.iso--2020-06-06 23:03:08-- http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.isoResolving isoredirect.centos.org (isoredirect.centos.org)... 18.225.36.18, 147.75.83.237, 35.180.43.213, ...Connecting to isoredirect.centos.org (isoredirect.centos.org)|18.225.36.18|:80... connected.HTTP request sent, awaiting response... 302 FoundLocation: http://ty1.mirror.newmediaexpress.com/centos/8.1.1911/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.iso [following]--2020-06-06 23:03:08-- http://ty1.mirror.newmediaexpress.com/centos/8.1.1911/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.isoResolving ty1.mirror.newmediaexpress.com (ty1.mirror.newmediaexpress.com)... 45.119.200.145Connecting to ty1.mirror.newmediaexpress.com (ty1.mirror.newmediaexpress.com)|45.119.200.145|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 7554990080 (7.0G) [application/octet-stream]Saving to: ‘CentOS-8.1.1911-x86_64-dvd1.iso’52% [===================================> ] 3,948,900,912 23.5MB/s eta 2m 34s[root@localhost ~]# lsanaconda-ks.cfg CentOS-8.1.1911-x86_64-dvd1.iso
- 다운로드 완료 된 것을 확인 할 수 있습니다.
댓글 없음:
참고: 블로그의 회원만 댓글을 작성할 수 있습니다.