I have been provided a command to use in unix, however, I want to perfrom the same operation in windows. Is it possible ? It's a network configuration command that apparently interacts with a server ?
/sbin/ifconfig; uname -a
I have been provided a command to use in unix, however, I want to perfrom the same operation in windows. Is it possible ? It's a network configuration command that apparently interacts with a server ?
|
|||
closed as off-topic by Gilles, Braiam, slm♦ Nov 11 '14 at 3:14
|
|||
Your commands do no sort of "server interaction", at least not in what most people would consider. They simply display networking information and the current kernel information. In windows you can run You could always install cygwin and have those exact commands at your fingertips. |
|||
|
ipconfig /all
followed byver
– eyoung100 Nov 10 '14 at 23:18