answersLogoWhite

0


Best Answer

Believe it or not, nslookup.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which command is the UNIX equivalent of windows command nslookup?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command is the UNIX is equivalent of the windows command nslookup?

nslookup


Which command is the UNIX equivalent of the windows command nslookup?

dig


Which command in the UNIX equivalent of the Windows command nslookup?

Here is what I was able to do on our local system: $ uname -a SunOS <uname -n> 5.9 Generic_122300-25 sun4u sparc SUNW,Sun-Fire-15000 $ /usr/sbin/nslookup <IP-ADDRESS> *** Can't find server name for address <SERVER_IP1>: Server failed Server: <F.Q.D.N of SERVER_IP0> Address: <SERVER_IP0> nslookup is a standard TCP/IP utility, which exists in both Windows and Unix. You could also use 'dig' as a replacement in Unix.


What command is used to create a folder in the command prompt?

In Windows and Unix-based and Unix-like systems, the command is mkdir (however in Windows a shortcut md can be used as well).


Similarities between UNIX and Windows?

UNIX is a command-based OS. In contrast, Windows is a menu-based OS.


What is NSLOOKUP commmand in unix?

The nslookup command is a user interface to the DNS service, and provides name resolution lookup (among other things). It can also be used to debug problems with DNS resolution and the DNS configuration itself, return zone information, etc.


Where can you get a Unix shell for Windows?

A Unix shell can be obtained in Cygwin, a Unix compatibility layer used to compile Unix programs and run them on Windows. Microsoft also makes a shell known as "Windows PowerShell" which incorporates more Unix-like features than the standard command prompt.


Why do you think Linux and unix share more command than windows xp and unix?

Because Linux was modeled after Unix, and designed to be a suitable free replacement. Windows is targeted at a slightly different market, and was primarily designed to be operated using a GUI, not the command line.


How do you get the class file size in java?

You look at the file. A program such as Windows Explorer - or the equivalent in other operating systems - can tell you the size. Also, a command such as "dir" (in Windows), or "ls" (in Linux or Unix).


What Windows command prompt command does the same thing as the cat command in Unix?

The 'type' command does approximately (but not exactly) the same thing as the 'cat' command.


To move to the root directory use the command?

For Unix/Linux, use the command 'cd /' For Windows, you can also use the same command or 'cd \'


What is the meaning of LS in programming?

Such short abbreviations normally mean several things. One meaning of "ls" is the command used in UNIX and Linux to show a list of files. This is basically the equivalent of the DOS/windows "dir" command.