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

Explore about environment variables?

0 Answers  


how to create purchase order

2 Answers  


What is the use of .sh file?

0 Answers  


I have 2 files and I want to print the records which are common to both.

0 Answers  


Which is better perl or shell scripting?

0 Answers  






What are different types of shell?

0 Answers  


Differentiate between ‘ and ” quotes.

0 Answers  


Is bash a shell script?

0 Answers  


What is shell chemistry?

0 Answers  


on “sed” command EmpData(Sample Database) 1122|j.b. saxena |g.m. |account |12/12/52|6000 2233|n.k. gupta |d.g.m |sales |31/12/40|9000 4545|anil agarwal |director |account |06/07/47|7500 5656|lalit choudhury |executive|marketing|07/09/50|5000 1265|chanchal singhvi|g.m. |admin |12/09/63|6000 0110|shyam saksena |chairman |marketing|12/12/43|8000 5566|jai sharma |director |account |23/12/89|7000 7733|jayant |d.g.m |sales |29/02/70|6000 1. From the above database substitute the delimiter of first 3 lines with “ : “ 2. From the above database substitute the delimiter with “ : ” 3. Insert the string “ XYZ Employees” in the first line. 4. Store the lines pertaining to the directors, d.g.m and g.m into three separate files. 5. Using address store first 4 lines into a file Empupdate. 6. Find the pattern “account” in the database and replaces that with “accounts”. 7. Select those lines which do not have a pattern “g.m”. 8. Insert a blank line after every line in the database.

0 Answers  


Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).

2 Answers   Ignou, Tripura Info,


How can I send a mail with a compressed file as an attachment?

0 Answers  


Categories