zonecfg 유틸리티를 사용하여 영역을 구성할 때 revert 하위 명령을 사용하여 영역 구성에 대한 리소스 설정을 실행 취소할 수 있습니다.
이 절차를 수행하려면 전역 영역의 전역 관리자이거나, 전역 영역에서 영역 보안 권한 프로파일을 가진 사용자여야 합니다.
자세한 내용은 Oracle Solaris 11.2의 사용자 및 프로세스 보안 의 지정된 관리 권한 사용을 참조하십시오.
zonecfg:tmp-zone> info
구성의 net 리소스 세그먼트가 다음과 같이 표시됩니다.
.
.
.
fs:
dir: /tmp
special: swap
type: tmpfs
net:
address: 192.168.0.1
physical: eri0
device
match: /dev/pts/*
.
.
.
zonecfg:tmp-zone> remove net address=192.168.0.1
zonecfg:tmp-zone> info
.
.
.
fs:
dir: /tmp
special: swap
type: tmpfs
device
match: /dev/pts/*
.
.
.
zonecfg:tmp-zone> revert
Are you sure you want to revert (y/[n])? y
zonecfg:tmp-zone> info
.
.
.
fs:
dir: /tmp
special: swap
type: tmpfs
net:
address: 192.168.0.1
physical: eri0
device
match: /dev/pts/*
.
.
.