How would you find whether a remote server is up or not?
Answer Posted / satyaveer sharma
1 Method: which is generally used is ping command......
ping ip address
2 Method: if your ping command returns 0 packet received...
than we can try by either SSh or telnet command to remotly
login on that server..(use telnet command with port no which
is open using nmap serverip address)
telnet ip-address portno
butsome times in linux administrator can block this service
from outers network.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose output of cd command?
How can we increase disk read performance in single command in Linux?
What does chmod do in linux?
What is bash history linux?
What is the difference between clang and llvm?
Brief about FTP hostname?
Explain about sh?
How do I know my linux shell version?
How do I run whois command?
How often do you use grep command and how in Linux operating system?
What are the options of wc command?
What is the copy command in linux?
In order to display the last five commands you have entered using the fc command, you would type?
What are system commands?
How do I search bash history?