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 does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Why do we use shell scripting?
How do I run a script from command prompt?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What is awk in shell scripting?
How will you find the 99th line of a file using only tail and head command?
What is scripting used for?
What are the Different types of shells?
In which variable prompt value is stored?
Explain about the exit command?
wats the deinitions for shell utility and filter?
What does chmod do?