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 will you pass and access arguments to a script in linux?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
How to print all the arguments provided to the script?
What does debug script mean?
What is the default shell of solaris?
What is $1 in shell scripting?
What does $1 mean in bash?
What is the first line in a shell script?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
How do I open the shell prompt?
Is shell scripting a programming language?
What shell is bin sh?
Why should we use shell scripts?
Please give me example of " at command , contrab command " how to use
Is powershell a bash?