It's possible to perform a login ( with lightdm or anything else ) and enter directly in command line mode without enabling any GUI for the user ?
Asked
Active
Viewed 2,777 times
0
user2485710
- 326
- 3
- 12
-
@MadMike where I said that I want to disable something ? I just want to login right into a shell – user2485710 Jan 12 '14 at 20:55
-
2"...without enabling any GUI for the user" sounds like you want to disable the GUI. – MadMike Jan 12 '14 at 21:06
-
What do you mean by "without enabling any GUI for the user"? Whether the GUI is running or not isn't, generally speaking, user-specific. With the current level of detail and requirements presented in your question, that does seem to answer it as well as it can be answered, especially since you didn't like that answer which allows the GUI to be used but does not require it at all. If none of this helps, I recommend editing your question, detailing what you need. See also https://en.wikipedia.org/wiki/Virtual_console. – Eliah Kagan Jan 17 '14 at 09:15
1 Answers
5
You could just use a TTY without LightDM.
- Press Ctrl+Alt+F1 – F6 (Any key from F1 to F6).
- You can then enter your username and password to login. No symbols are shown for the password.
- You will have a shell. Use
logoutto logout. - If you want to return to LightDM, Ctrl+Alt+F7.
kiri
- 28,246
- 16
- 81
- 118
-
this is trivial, and also defeats my main point: it still requires a login into a GUI; your "solution" is basically a switch back and forth – user2485710 Jan 12 '14 at 21:03
-
5No, it doesn't... the user is just telling you how could you go back to a GUI if you wanted it... – animaletdesequia Jan 12 '14 at 21:07
-
2@user2485710 A GUI is not required. "If you want to", LightDM is completely unnecessary. – kiri Jan 12 '14 at 21:07