How to know that your remote server is ruing smoothly or not
in unix?



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

Post New Answer

More Shell Script Interview Questions

How do I run a .sh file on mac?

1 Answers  


What is shift command in shell script?

1 Answers  


When should shell programming/scripting not be used?

1 Answers  


Where is bash history?

1 Answers  


How do I stop script errors?

1 Answers  


How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)

1 Answers   NTT Data, TCS,


how to read systems current date and time

4 Answers  


What is the use of script interpreter in shell scripting?

3 Answers  


whta is the use of "exec" command?

1 Answers  


What is the use of break command?

1 Answers  


What is a file basename?

1 Answers  


What is eval in shell script?

1 Answers  


Categories