At Wed, 24 Apr 2002 11:11:02 +1000, Mick Howe wrote:
> I need to change the default run level in redhat 7.1 for a while.

if you don't want to make it permanent, then:

from lilo (or other bootloader), add the runlevel as a kernel command
line argument:

eg:
 lilo:  linux 5

will boot into run level 5.  use "s" for single user.


on an already running machine:

use telinit(8) to switch runlevels.

eg:
 root_prompt#  telinit 5

(again, "s" for single user)

-- 
 - Gus
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to