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 a shell made of?
Please give me example of " at command , contrab command " how to use
What is shell scripting?
Write a command sequence to find the count of each word?
What is another name for a bash shell script that you might see?
How to get the last line from a file using just the terminal?
What is eval in shell script?
Explain about "s" permission bit in a file?
How to calculate the number of passed arguments?
What are script files?
What can you do with powershell?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What is a command line shell?
What is path variable bash?
What are "c" and "b" permission fields of a file?