How to know that your remote server is ruing smoothly or not
in unix?
Answer / anup
login to the remote server using ssh and use top -d1 command
, it will show the load average on the server.
| Is This Answer Correct ? | 7 Yes | 0 No |
What is the difference between a variable and value?
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.
What is inside a seashell?
Why is the use of shell script?
What does $1 mean in bash?
What is the use of a shebang line?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
Why are shell scripts used?
What is gui scripting?
What will happen to my current process when I execute a command using exec?
What is bash command used for?
Differentiate between ‘ and ” quotes.