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


Please Help Members By Posting Answers For Below Questions

What is the default ubuntu terminal?

614


What is a beat in a script?

537


How to calculate the number of passed arguments?

552


Write a command sequence to find all the files modified in less than 2 days and print the record count of each.

933


What language is shell scripting?

579






I have 2 files and I want to print the records which are common to both.

691


What is the meaning of $1 in shell script?

590


What is the conditional statement in shell scripting?

657


How will you copy a file from one machine to other?

544


Why is used in shell scripting?

554


How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

1851


how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?

3602


Can shell script run on windows?

562


What are the different communication commands available in the shell?

515


How does shell scripting work?

609