Solaris CDE를 command line에서 실행하기
먼저 본인의 쉘이 C-Shell 이라면 .cshrc 파일에 다음과 같이 추가 시킨다.
setenv OPENWINHOME /usr/openwin
setenv PATH /usr/dt/bin:/usr/openwin/bin:${PATH}
본인의 쉘이 Bourne 이나 K-Shell이라면 .profile 에 다음과 같이 추가 한다.
OPENWINHOME=/usr/openwin;export OPENWINHOME
PATH=/usr/dt/bin:/usr/openwin/bin:${PATH};export PATH
자! 그럼 다음과 같이 하면 됩니다.
# /usr/openwin/bin/xinit /usr/dt/bin/Xsession
setenv OPENWINHOME /usr/openwin
setenv PATH /usr/dt/bin:/usr/openwin/bin:${PATH}
본인의 쉘이 Bourne 이나 K-Shell이라면 .profile 에 다음과 같이 추가 한다.
OPENWINHOME=/usr/openwin;export OPENWINHOME
PATH=/usr/dt/bin:/usr/openwin/bin:${PATH};export PATH
자! 그럼 다음과 같이 하면 됩니다.
# /usr/openwin/bin/xinit /usr/dt/bin/Xsession