What is the command to find out users on the system?
No Answer is Posted For this Question
Be the First to Post Answer
I want to connect to a remote server and execute some commands, how can I achieve this?
What is awk in shell script?
In a single command how do you run the previous command in the command prompt.
What is a shell in operating system?
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.
Explain about sourcing commands?
How does path variable work?
How will you connect to a database server from linux?
What is the need of including script interpreter in your shell script?
How to create environment variables?What are the conditions for creating variables?
What is the syntax of while loop in shell scripting?
What is the use of "$#" in shell scripting?