• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Exiting Kernel in Linux?

neonerd

Diamond Member
I just installed linux, and went into kernel. How do i get out of it to get back to the interface? I don't just want to keep restarting my computer every time. Thx.
 
hahaha, awesome.

It's not called the "kernel" it's called a "shell" or "CLI" for Command Line Interface.

 
If you were in Xwindows/Gnome/KDE/whatever and you pressed CTRL-ALT-F1 through F6, you've merely switched to one of your consoles. Xwindows is still running. To switch back to it, just press ALT-F7 from one of your console windows. No need to restart Xwindows or the computer.

If you've exitted Xwindows completely, you'll need to run 'startx'...

 
oh n0es! the kernel !!!


its called the shell, the kernel is always running and to answer your question type startx
 
Back
Top