Files
oldlinux-files/Minix/2.0.0/wwwman/man1/arch.1.html
2024-02-19 00:21:39 -05:00

74 lines
1.6 KiB
HTML

<HTML>
<HEAD>
<TITLE>uname(1)</TITLE>
</HEAD>
<BODY>
<H1>uname(1)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
uname, arch - system info
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>uname</STRONG> [<STRONG>-snrvmpa</STRONG>]
<STRONG>arch</STRONG> [<STRONG>-snrvmpa</STRONG>]
</PRE>
<H2>OPTIONS</H2><PRE>
<STRONG>-s</STRONG> System name
<STRONG>-n</STRONG> Node/network name
<STRONG>-r</STRONG> Operating system release
<STRONG>-v</STRONG> Operating system version
<STRONG>-m</STRONG> Machine type
<STRONG>-p</STRONG> Processor family
<STRONG>-a</STRONG> Short for <STRONG>-snrvm</STRONG>
</PRE>
<H2>EXAMPLES</H2><PRE>
<STRONG>uname</STRONG> <STRONG>-n</STRONG> # Print the name of the system
<STRONG>arch</STRONG> # Print the name of the system architecture
</PRE>
<H2>DESCRIPTION</H2><PRE>
<EM>Uname</EM> and <EM>arch</EM> give information about the system. The options indicate
which information strings must be printed. These strings are always in
the same order. <EM>Uname</EM> and <EM>arch</EM> only differ w.r.t. the default string to
print, <STRONG>-s</STRONG> and <STRONG>-p</STRONG> respectively.
The strings are compiled into the commands except for the node name, it
is obtained from the file /<EM>etc</EM>/<EM>hostname</EM>.<EM>file</EM>. <STRONG>Uname</STRONG> <STRONG>-m</STRONG> should return the
actual machine type, not the same string as with <STRONG>-p</STRONG>.
</PRE>
<H2>SEE ALSO</H2><PRE>
<STRONG><A HREF="../man3/uname.3.html">uname(3)</A></STRONG>.
</PRE>
</BODY>
</HTML>