[LBo] changing run level
Chris F.A. Johnson
cfajohnson at teksavvy.com
Sat Dec 2 21:43:28 CET 2006
On Sat, 2 Dec 2006, Rafi Gabzu wrote:
> How do I change run level , telinit wont work in my machine (debian sid )?
What does "wont work" mean?
Is the command found?
What does happen when you call the command?
Does it produce an error message?
To change run level, use init or telinit (the latter is a link to
the former). These commands are in /sbin, which is not in most
users' PATH, so it must be called explicitly: /sbin/init.
It may also need to be called by root, rather than a regular user,
so try it with "sudo /sbin/init".
--
Chris F.A. Johnson <http://cfaj.freeshell.org>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
More information about the QnA
mailing list