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
How can I set the default rwx permission to all users on every file which is created in the current shell?
What are the different types of variables used in shell script?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
How to redirect both standard output and standard error to the same location?
What is the way to do multilevel if-else's in shell scripting?
What is awk in shell script?
How can the contents of a file inside jar be read without extracting in a shell script?
What is a shell environment?
What is shell prompt?
What language is shell scripting?
What is echo in shell?
What are the four fundamental components of every file system on linux?
What makes c shell a more preferable option than the bourne shell?
What is a program shell?
What are the types of script?