Linux Administrator Question:
Download Questions PDF

How to change the default run level in linux?

Answer:

To change the run level we have to edit the file "/etc/inittab" and change initdefault entry ( id:5:initdefault:). Using 'init' command we change the run level temporary like 'init 3′ , this command will move the system in runlevl 3.

Download Linux Administrator Interview Questions And Answers PDF

Previous QuestionNext Question
How to set umask permanently for a user?Tell me which components of Linux provides pre-written code that a developer can use?