|
CLI is non GUI
GUI = Graphical User Interface
CLI = Command Line Intercafe
If I understand correct, you can get to the non GUI interface, and log in as root (or something else) Then when prompted with the:
[root@machine] #
You type Xconfigurator If it returns with command not found use /usr/X11R6/bin/Xconfigurator instead.
If you are loged in as a non root user (echo $USER returns with something else than root) then use the command su -l root and type in the root password, then you should be the root user.
Else if you can't login, when met by the first boot screen, type: knoppix single or knoppix 1 And you will be droped in a consol without having to login or anything, just with the [root@machine] #
|