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 makefile target?
What is cpu core in linux?
What is a makefile in c?
What is cpu in linux?
How do I check my disk space?
How do I remove a soft link in linux?
What is a ulimit in unix?
What is mkdir?
What is mkdir p?
What is finger in networking?
What is devops model?
How to recover /etc/passwd file and /etc/shadow file?
Which command is used to delete a group?
How do makefiles work?
What is the programming language for linux?