This is a Ubuntu 12.04 Minimal Install.
When I scroll across these 6 terminals using Ctrl+Alt+F1 through
Ctrl+Alt+F6 ,
I have to independently login each of them; one-by-one.
Is their any way out that I may login to all of these 6 terminals in one go??
You can edit as super user the files named
/etc/init/ttyx.conf
(where x can be 1 to 6) as follows:find
and comment it:
Write below:
where USERNAME is yours.
If you still want to start GUI, add startx to your bash profile:
or, if this won't work, open your user’s .bashrc file:
Add the following to the end of the file: