1 minutes readEnabling/Disabling default GUI Startup in Solaris 10

Reader Mode

Many of us may not want to use the Solaris 10 Default JAVA or KDE default GUI. To startup Solaris 10 default in command Line mode you can make use of one of following:

1. You can use dtconfig command:

To disable GUI:
#/usr/dt/bin/dtconfig -d

To enable GUI:
#/usr/dt/bin/dtconfig -e

2. Disable/enable Service that handles cde-login:

To disable GUI:
#svcadm disable svc:/application/graphical-login/cde-login:default

To enable GUI:
#svcadm disable svc:/application/graphical-login/cde-login:default

Related Articles

Responses

Your email address will not be published. Required fields are marked *

Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.