what are bootlevel in linux?which level is booting by
default.
Answer Posted / ravindar
6 levels, by default level is 2(i.e: INIT 2)
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Is shell a part of kernel?
Explain about "s" permission bit in a file?
How do I run a shell script on a mac?
How to open a read-only file in the shell?
How to print all array elements and their respective indexes?
What are the different types of shell scripting?
How to calculate the number of passed arguments?
What can scripts do?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
How will you copy a file from one machine to other?
What is a shell in operating system?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What is echo in shell?
What is a shell? · Types of shell · what is shell scripting?
I want to connect to a remote server and execute some commands, how can I achieve this?