Sign up ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.

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
share|improve this question

closed as off-topic by Gilles, Braiam, slm Nov 11 '14 at 3:14

  • This question does not appear to be about Unix or Linux within the scope defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.

    
try ipconfig /all followed by ver –  eyoung100 Nov 10 '14 at 23:18
    
This question appears to be off-topic because it is about Windows. –  Gilles Nov 10 '14 at 23:32
1  
This question doesn't appear to be about Unix or Linux operating systems, but Windows. Questions about Windows can be asked on Super User. –  Braiam Nov 10 '14 at 23:50

1 Answer 1

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 ipconfig /all and a similiar command for uname would be systeminfo

You could always install cygwin and have those exact commands at your fingertips.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.