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
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
Brief about the command ff?
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
How do I search bash history?
What is parallel ssh?
What is difference between sh and bash?
What is llvm used for?
What would be the result of the command paste -s dog cat?
How do you open a command prompt when issuing a command?
What does execute mean in linux?
What could be the problem when a command that was issued gave a different result from the last time it was used?
How do I stop a linux job?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
What does mkdir mean in linux?