Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cygwin uname dos not work on win server 2003

Status
Not open for further replies.

whn

Programmer
Oct 14, 2007
265
US
My company has a win server 2003 with cygwin installed.

However, it seems to me that the output of 'uname' is a little odd.

Code:
Z:\>uname -a
Windows_NT

Z:\>uname -p
Windows_NT

Z:\>uname -r
Windows_NT

Z:\>uname -m
Windows_NT

I'd expect that the command 'uname' with a different flag would return a different piece of info. Am I wrong?

Thanks for the help.
 
Actually, cygwin uname does not take any arguments.

Z:\>uname -anystringblahblahblah
Windows_NT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top