How would you find whether a remote server is up or not?
Answer Posted / girish g pillai
Ping could be disabled on the remote machine.
Telnet cannot be used as a reliable method, because we have
to know the services running on the machine to telnet to
that port.
nmap would be a reliable method, but normal nmap checks are
disabled in the network level, so it would be good to run
nmap in stealth mode.
nmap -sS <IP Addr>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is p in mkdir?
How to recover /etc/passwd file and /etc/shadow file?
You issue the command head * what would the resulting output be?
How many commands are there in linux?
Explain the linux ‘cd’ command options along with the description?
What are bash scripts used for?
How to hide the partition in grub booting?
Is cmake only for c++?
What command is used to check the number of files, disk space, and each user’s defined quota?
How does mkdir work in linux?
What is bc command in unix?
What is the bash in linux?
Hi everyone i want to learn Devops in Hyderabad can anyone please suggest me best institute.
What would be the result of the command paste -s dog cat?
What is kill 9 in linux?