what are bootlevel in linux?which level is booting by
default.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Please give me example of " at command , contrab command " how to use
What is sh in shell script?
Where are cowrie shells found?
write a program to display all the files from the current directory which are created in particular month
What is bash eval?
How do you read arguments in a shell program - $1, $2 ..?
How do you know which shell I am using?
What is the use of "$?" Sign in shell script?
How to set an array in linux?
What is sudo command?
RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same
What exactly is a shell?