Results 1 to 10 of 13
How do i log in from the terminal?...
- 04-29-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 5
Log in
How do i log in from the terminal?
- 04-29-2010 #2
do you mean terminal as in gnome terminal or a console?
it is the same as through graphical interface
- 04-29-2010 #3Just Joined!
- Join Date
- Apr 2010
- Posts
- 5
what is gnome terminal and console i don't know.What i mean is the terminal of ubuntu.
- 04-29-2010 #4
Could you explain a bit more? What do you mean by terminal of Ubuntu?
Is it a machine in Network having Ubuntu installed?
Do you want to boot up Ubuntu in command line mode ( terminal ttys )
Simple terminal window of Ubuntu to execute commands???It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-29-2010 #5Just Joined!
- Join Date
- Apr 2010
- Posts
- 5
See when i typed by pressing CRTL+ALT+F1 in the keyboard for the terminal of ubuntu i was asked to type my user name and password, though i did type both of them the desktop session or screen did not come.
I want to boot up the ubuntu in command line mode.(No it is not the simple ubuntu terminal )
I want to do this as i am not able to log in from the pop up window.(I do not know what this window is called.(Maybe genome graphical window)
No it is not networked to any other machine.Last edited by sanjaypothen; 04-29-2010 at 03:35 PM. Reason: More information
- 04-29-2010 #6
the console is text ony mode, it will not pop up anything graphical
- 04-29-2010 #7
- 04-29-2010 #8
ubuntu starts on runlevel 2. To boot up in command line you have to NOT start the graphical init scripts on level 2 (/etc/rc2.d/...).
Then you may start graphics doing
$ sudo init 5
supposing graphical init scripts are allowed on level 5.
That's how I do it.
Some Notes:
* system initialization have being changing from sysvinit to upstart on ubuntu. The above applies to sysvinit, not sure for upstart.
* On other distributions with sysvinit you change booting on a terminal or graphical by editing inittab file. Not on ubuntu. And not in Debian, I think.
Regards
Luis
- 04-30-2010 #9Ctrl+Alt+F1 is Terminal 1 only and graphical interface doesn't appear in it. You can switch back to graphical interface though.See when i typed by pressing CRTL+ALT+F1 in the keyboard for the terminal of ubuntu i was asked to type my user name and password, though i did type both of them the desktop session or screen did not come.
You can pass single keyword to kernel in GRUB Menu to boot up in Single User Mode.I want to boot up the ubuntu in command line mode.(No it is not the simple ubuntu terminal )
Press Alt+F2 at Desktop and type gnome-terminal. Does terminal window pop up? You can execute all of your command in there.I want to do this as i am not able to log in from the pop up window.(I do not know what this window is called.(Maybe genome graphical window)It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-30-2010 #10Just Joined!
- Join Date
- Apr 2010
- Posts
- 5
I don't understand. My problem is that i am not able to log in,even in the text mode or graphical mode.please help?


Reply With Quote
