what are bootlevel in linux?which level is booting by
default.
Answer Posted / kirtiranjan sahoo
There are 6 levels
init 0 :- Shutdown (halts)
init 1 :- Single user mode or emergency mode, that means no network no multitasking is present in this level, only root user has access in this run level.
init 2 :- NO network but multitasking is present
init 3 :- Network and multitasking is present but without GUI
init 4 :- Unused level.
init 5 :- Boot up a full multi user system and to automatically start X-Wnindows
init 6 :- System restart in this level.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write the syntax for "if" conditionals in linux?
What is awk script?
Why are there shells on the beach?
What is batch file programming?
what is info area how many types?
What are the zombie processes?
How do I save a powershell script?
Which is better perl or shell scripting?
Print the 10th line without using tail and head command.
What does path stand for?
What does it mean to debug a script?
What is the best scripting language?
How to get the 3rd element/column from each line from a file?
write a shell script to check the failed jobs?
What is a program shell?