89 lines
2.1 KiB
HTML
89 lines
2.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
|
<meta http-equiv="Content-Type" content=
|
|
"text/html; charset=utf-8">
|
|
<title>uname - Return system name</title>
|
|
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</HEAD>
|
|
<body bgcolor="#FFFFFF">
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
|
|
|
|
<h2>uname - Return system name</h2>
|
|
|
|
<strong>Synopsis</strong>
|
|
|
|
<p>
|
|
<strong>uname [-amnrsv]</strong>
|
|
</p>
|
|
|
|
<p><strong>Description</strong></p>
|
|
|
|
<p>The <strong>uname</strong> utility writes the name of the
|
|
operating system implementation to standard output. When options
|
|
are specified, strings representing one or more system
|
|
characteristics are written to standard output.</p>
|
|
|
|
<p>If the <strong>-a</strong> flag is specified, or multiple flags
|
|
are specified, all output is written on a single line, separated by
|
|
spaces.</p>
|
|
|
|
<p><strong>Options</strong></p>
|
|
|
|
<dl>
|
|
<dt><strong>-a</strong></dt>
|
|
|
|
<dd>
|
|
Behave as though the <strong>-m</strong>, <strong>-n</strong>, <strong>-r</strong>,
|
|
<strong>-s</strong>, and <strong>-v</strong> options were
|
|
specified.</dd>
|
|
|
|
<dt><strong>-m</strong></dt>
|
|
|
|
<dd>Write the name of the hardware type of the system to standard output.
|
|
</dd>
|
|
|
|
<dt><strong>-n</strong></dt>
|
|
|
|
<dd>Write the name of the system to standard output.</dd>
|
|
|
|
<dt><strong>-r</strong></dt>
|
|
|
|
<dd>Write the current release level of the operating system to
|
|
standard output.</dd>
|
|
|
|
<dt><strong>-s</strong></dt>
|
|
|
|
<dd>Write the name of the operating system implementation to
|
|
standard output.</dd>
|
|
|
|
<dt><strong>-v</strong></dt>
|
|
|
|
<dd>Write the version level of this release of the operating system
|
|
to standard output.</dd>
|
|
</dl>
|
|
|
|
<p><strong>Exit Status</strong></p>
|
|
|
|
<ul>
|
|
<li>0 on success</li>
|
|
|
|
<li>>0 if an error occurs</li>
|
|
</ul>
|
|
|
|
<p><strong>Related information</strong></p>
|
|
|
|
<ul>
|
|
<li><a href="ulimit.htm">ulimit - Set or display resource limits</a></li>
|
|
|
|
</ul>
|
|
|
|
<!-- end ibmbody========================================================= -->
|
|
</body>
|
|
</html>
|
|
|