what are bootlevel in linux?which level is booting by
default.
Answer Posted / 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 |
Post New Answer View All Answers
What is the first line in a shell script?
How to check if the previous command was run successfully?
Is shell scripting easy to learn?
How do I run a script on mac?
What is a program shell?
What is difference between shell and bash scripting?
Why is it called a shell?
What is shell variable?
What is difference between bash and shell?
What is a file basename?
how will you find the total disk space used by a specific user?
What will happen to my current process when I execute a command using exec?
What is an inode block?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
How do I open a jshell in cmd?