Windows PowerShell command on Get-command utsname
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man utsname

Headers utsname.h(3HEAD)

NAME

utsname.h, utsname - system name structure

SYNOPSIS

#include

DESCRIPTION

The header defines the structure utsname,

which includes the following members: char sysname[] /* name of this implementation of the operating system */ char nodename[] /* name of this node within an

implementation-defined communications

network */ char release[] /* current release level of this implementation */ char version[] /* current version level of this release */ char machine[] /* name of the hardware type on which the system is running */ The character arrays are of unspecified size, but the data stored in them is terminated by a null byte.

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Interface Stability | Committed |

|_____________________________|_____________________________|

| Standard | See standards(5). |

|_____________________________|_____________________________|

SEE ALSO

uname(2), attributes(5), standards(5)

SunOS 5.11 Last change: 10 Sep 2004 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™