Oracle® Solaris 11.2 조정 가능 매개변수 참조 설명서

인쇄 보기 종료

업데이트 날짜: 2014년 12월
 
 

init

시스템 초기화 등록 정보는 이제 다음 SMF 서비스의 일부로 포함됩니다.

svc:/system/environment:init

비슷한 구문을 사용하여 TZ, LANG 등의 시스템 초기화 등록 정보를 표시하고 구성할 수 있습니다.

# svccfg -s svc:/system/environment:init
svc:/system/environment:init> setprop
Usage:  setprop pg/name = [type:] value
setprop pg/name = [type:] ([value...])

Set the pg/name property of the currently selected entity.  Values may be
enclosed in double-quotes.  Value lists may span multiple lines.

svc:/system/environment:init> listprop
umask                              application
umask/umask                       astring     022
umask/value_authorization         astring     solaris.smf.value.environment
environment                        application
environment/LANG                  astring
environment/LC_ALL                astring
.
.
.

자세한 내용은 init(1M)의 FILES 절을 참조하십시오.