「Solaris入門」OS起動、停止コマンドの方法
操作方法
1.OS起動
# {0} ok boot
2.OSの停止
# shutdown -y -g0 –i5
3.OSの再起動
# shutdown -y -g0 -i6
4.xvnc inetdサービスを有効にする
# inetadm -e xvnc-inetd
5.solaris-desktopパッケージのインストール
# pkg install solaris-desktop
Coding Changes the World
操作方法
1.OS起動
# {0} ok boot
2.OSの停止
# shutdown -y -g0 –i5
3.OSの再起動
# shutdown -y -g0 -i6
4.xvnc inetdサービスを有効にする
# inetadm -e xvnc-inetd
5.solaris-desktopパッケージのインストール
# pkg install solaris-desktop