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
How do I open the shell in cmd?
What is the use of "$?" Sign in shell script?
Which shell is the best?
What is shell and shell script?
Is shell and terminal the same?
Explain about gui scripting?
What are the advantages of shell scripting?
Is shell scripting easy to learn?
How do you know which shell I am using?
How do I run a .sh file?
What are the zombie processes?
What is the difference between break and continue commands?
How do I run a .sh file on mac?
Why do we use shell scripting?
What is the use of break command?