What is the command for " how many shell is running in your
system or how many shell supported by your system " ?.
Answer Posted / sandeep jaiswal
how many shell supported by your system
check the file /etc/shells
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are scripts in psychology?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
Why is the use of shell script?
How does path variable work?
What is in a script?
What are the advantages of using shell scripts?
What does $@ mean bash?
Is shell a scripting language?
How to find all the files modified in less than 3 days and save the record in a text file?
Can shell script run on windows?
How would you compare the strings in a shell script?
How does shell scripting work?
Explain about the slow execution speed of shells?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
How to print pid of the current shell?