How would you find whether a remote server is up or not?
Answer Posted / bc
Some times icmp requests might be blocked on the server. So
server might not respond to ping requests.
So better option is try to telnet to various ports on the
server. If it's a webserver 80 port will surely be UP.
So
telnet <server-ip> 80
Will surely yield some results.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What does touch do in linux?
What does history command do in linux?
How do I check command history?
How do I stop a linux job?
What are the basic dos commands?
Write about an internal command.
How to give acl permission in numerical mode on linux?
What does cd – command do?
What is a make target?
What Command used to lock user password?
Write a command that will display all .txt files, including its individual permission.
What is devops linux?
What does bash stand for?
What is mkdir p linux?
What is phony in makefile?