What is the command for " how many shell is running in your
system or how many shell supported by your system " ?.
Answers were Sorted based on User's Feedback
Answer / sandeep jaiswal
how many shell supported by your system
check the file /etc/shells
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / joker
> ps -a |grep -E 'sh$' |wc -l
-a is for to list process of all users
-E extended grep to filter the shells (since they end with sh like bash, tcsh, ksh, sh
-$ to match only at the end of the line where the process is printed
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / 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 |
wats the she bang statment with syntax?
what are bootlevel in linux?which level is booting by default.
What is a shell script? Can you name some of its advantages?
How to initialize a directory size to a variable??
What command needs to be used to take the backup?
What are the 3 standard streams in linux?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
Please give me example of " at command , contrab command " how to use
What is shell terminal?
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
How do I run a script from command prompt?
What is meant by dos operating system?