How would you find whether a remote server is up or not?
Answer Posted / amitshiknis
You can ping to that server and check if it is online or
not. You can take a console of the server,or simply try to
telnet/ssh to that machine.
Thanks,
Amit Shiknis
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
How do I check if my cpu is overclocked?
What is makefile target?
Describe the mknod command and when you’d use it.
What is the difference between diff and cmp command in unix?
What does wc command do in unix?
What is the symbol of linux?
Explain getopts command of linux?
Explain command grouping in linux?
What is mkdir?
What does rmdir do in linux?
What does uname do in linux?
How can you copy lines into the buffer in command mode?
How do I check command history?
What is nslookup command?