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 does chmod do?
What is the difference between bash and shell?
What is basename in shell script?
Write down the syntax of "for " loop
What command needs to be used to take the backup?
What are scripts in psychology?
Where is bash history?
What is web script?
Is powershell a language?
What are the two files of crontab command?
What is the use of "$?" Sign in shell script?
What are the different types of shell scripting?
What is the meaning of $1 in shell script?
How do I run a .sh file on mac?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.