Results 1 to 7 of 7
How do you go into command-line only mode anyway? Such that it does not show X?...
- 02-04-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 20
go into command-line only
How do you go into command-line only mode anyway? Such that it does not show X?
- 02-04-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,085
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-05-2008 #3Just Joined!
- Join Date
- Jan 2008
- Posts
- 20
What are the runlevels? How do I change from one to another in-session?
- 02-05-2008 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,085
You can use telinit to change to different runlevels on the fly.
Go to a terminal/konsole and run man telinit to get a better understanding of the command itself, and runlevels.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-05-2008 #5First of all, Which distro are you using?How do you go into command-line only mode anyway? Such that it does not show X?
You can boot up machine in command line mode by default in most of distros using method suggested by ozar.
There is no inittab file in a few distros and one has to use alternative methods.
Check runlevels here.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-05-2008 #6
On Debian there is no need to change runlvels. All you simply do is
If you want to always boot into the CLI by default you doCode:/etc/init.d/gdm stop
In both examples, replace gdm with xdm or kdm if they are the login managers you use.Code:update-rc.d gdm remove
- 02-05-2008 #7Linux Newbie
- Join Date
- Sep 2007
- Posts
- 160
go into command-line only at boot time
You can also make a choice of runlevel at boot time.
Both LILO and GRUB support this, here is some info.
cheers, kai


Reply With Quote

