what are bootlevel in linux?which level is booting by
default.
Answer Posted / sonu
6 levels,by default level is 3
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Why are shell scripts used?
Tell something about the super block in shell scripting?
Is shell script a programming language?
What is $1 in shell scripting?
What is a shell environment?
What are the two files of crontab command?
What is the command to find out users on the system?
How do I save a powershell script?
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); }
What is shell terminal?
What is a shell in operating system?
Explain about return code?
What does chmod do?
How do you create a shortcut in linux?
What is console line?