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 |
How do I run a .sh file on mac?
What is shift command in shell script?
When should shell programming/scripting not be used?
Where is bash history?
How do I stop script errors?
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
how to read systems current date and time
What is the use of script interpreter in shell scripting?
whta is the use of "exec" command?
What is the use of break command?
What is a file basename?
What is eval in shell script?