TITLE : Disabling CDE desktop login OS LEVEL : AIX 4.x DATE : 05/02/2002 VERSION : 1.0 ---------------------------------------------------------------------------- To disable the CDE desktop login on both the graphics console and via xdcmp, run the follwoing command as root :- # /usr/dt/bin/dtconfig -d The following message will be displayed :- "The Command line is now set as the default user interface. This interface will appear on login for all users of the system. To see this change take effect you must shutdown and restart your system." To stop the dtlogin without rebooting you need to kill the dtlogin process:- # ps -ef | grep dtlogin root 10580 1 1 02 Jan - 0:03 /usr/dt/bin/dtlogin -daemon root 42888 42636 2 15:55:48 pts/1 0:00 grep dtlogin # kill -9 10580