what are bootlevel in linux?which level is booting by
default.

Answers were Sorted based on User's Feedback



what are bootlevel in linux?which level is booting by default...

Answer / jkohlend

6 levels is correct,XIn Red Hat Linux, the default boot
level is 3, unless booting into an X Windows login, the
default boot level then is 5.

Runlevels Generic mode
0 halt
1 Single user mode
2 Multiuser, without Networking
3 Full multiuser mode
4 unused
5 X11
6 reboot

You can view the settings of default runlevel
in /etc/inittab. The command /sbin/chkconfig --list is used
to display a list of all runlevels and services.

Is This Answer Correct ?    3 Yes 1 No

what are bootlevel in linux?which level is booting by default...

Answer / 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

what are bootlevel in linux?which level is booting by default...

Answer / guest

6 levels, by default which level is in inittab that level
is by default is working.

Is This Answer Correct ?    2 Yes 3 No

what are bootlevel in linux?which level is booting by default...

Answer / sonu

6 levels,by default level is 3

Is This Answer Correct ?    1 Yes 3 No

what are bootlevel in linux?which level is booting by default...

Answer / ravindar

6 levels, by default level is 2(i.e: INIT 2)

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Shell Script Interview Questions

How does ls command work?

0 Answers  


what is info area how many types?

0 Answers  


Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

0 Answers   Cap Gemini, Wipro,


Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"

5 Answers  


What are zombie processes?

0 Answers  






Is shell scripting easy to learn?

0 Answers  


Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"

1 Answers  


What is the crontab?

0 Answers  


How to find duplicate record in file using shell script?

0 Answers   IBM, Saama Tech, Wipro,


What is eval in shell script?

0 Answers  


what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?

1 Answers  


State the advantages of shell scripting?

0 Answers  


Categories