리눅스에서 네트워크 장치 이름
- 최근 : ens32, ens33
- 이전: eth0, eth1
- VMware에 따라 : ens32, ens33, eth0, eth1
1. 명령어
- # ifconfig ens32(ens33) : 네트워크 설정 정보를 출력
- # ifup ens32(ens33) : 네트워크 장치 가동
- # ifdown ens32(ens33) : 장치 정지
'OS > Linux' 카테고리의 다른 글
[Linux] 리눅스 파이프(Pipe)/필터(filter)/리다이렉션(redirection) (0) | 2016.11.13 |
---|---|
[Linux] 리눅스 네트워크 관련 명령어 (0) | 2016.11.06 |
[Linux] 리눅스 특정파일검색(find, which, whereis, locate) (0) | 2016.10.30 |
[Linux] 파일 묶기(tar) (0) | 2016.10.30 |
[Linux] 파일 압축(xz, bzip2, bunzip2, gzip, gunzip, zip, unzip) (0) | 2016.10.30 |