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 |
Write a shell script to get current date, time, user name and current working directory.
Why is it called a shell?
Why is a script important?
Write a command sequence to find the count of each word?
What are the disadvantages of shell scripting?
wats the deinitions for shell utility and filter?
What does $$ mean in shell script?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What are the zombie processes?
What is shift command in shell script?
What does chmod do?
How to modify the PATH variable and make it executable?