How do I use nslookup?



How do I use nslookup?..

Answer / Vikas Kumar Tamta

To use nslookup in Unix/Linux, open a terminal and type `nslookup <domain_name>`. For example: `nslookup google.com`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

How to convert a hidden file to normal visible file?

8 Answers  


What is the comma to display different lines that are found when compare two files?

1 Answers  


Which command can you use to find the currently running process in unix server?

1 Answers  


what are the different commands used to create files?

5 Answers  


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include<stdlib.h> # include <stdio.h> int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1 Answers  


How to display no of records in oracle using unix command?

1 Answers  


describe the escaping sequence characteres in unix

1 Answers  


in UNIX ,What is the command to view contents of a large error log file?

7 Answers  


How to setup sudo, only can use for particular date & time only ( for solaris10 )

1 Answers   ups,


what are processor execution levels and priorities?

2 Answers   Infosys,


Which mode is used for allowing file write,read and append mode?

9 Answers   BitWise, TM,


What are the differences among a system call, a library function, and a unix command?

1 Answers  


Categories