What is the command for " how many shell is running in your
system or how many shell supported by your system " ?.
Answer Posted / nayakss
ps| grep -E "*shh*" | wc -l
This gives the no of shell currently running.
Though this answer is correct but I don't think this is the
right approach.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What language is used in terminal?
What is the use of break command?
Why are shell scripts used?
What will happen to my current process when I execute a command using exec?
Explain about echo command?
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 info area how many types?
What is a shell? · Types of shell · what is shell scripting?
What does $$ mean in shell script?
Is shell scripting a programming language?
How to check if the previous command was run successfully?
What is shell scripting used for?
What is path variable bash?
What is a program shell?
What does the sh command do?