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 can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
how is the oppurtunities for unix in the software
How do I run a script on mac?
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
What are zombie processes?
How do I run a .sh file on mac?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
Why should we use shell scripts?
What is another name for a bash shell script that you might see?
What is the command for " how many shell is running in your system or how many shell supported by your system " ?.
Is it possible to substitute "ls" command in the place of "echo" command?