📄 414-423.html
字号:
<HTML>
<HEAD>
<TITLE>Linux in Plain English:Linux Commands Organized by Group</TITLE>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>
-->
<!--ISBN=1558285423//-->
<!--TITLE=Linux in Plain English//-->
<!--AUTHOR=Patrick Volkerding//-->
<!--AUTHOR=Kevin Reichard//-->
<!--PUBLISHER=IDG Books Worldwide, Inc.//-->
<!--IMPRINT=M & T Books//-->
<!--CHAPTER=5//-->
<!--PAGES=414-423//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="403-413.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="423-427.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<P><FONT SIZE="+1"><B>uustat......<TT>UUCP Status</TT></B></FONT></P>
<P><B>uustat</B> <I>option(s)</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>uustat</B> command returns information about the UUCP status. See the online-manual pages for a list of the available options.</P>
<P><FONT SIZE="+1"><B>uux......<TT>Remote Execution</TT></B></FONT></P>
<P><B>uux</B> <I>option(s) command</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>uux</B> command executes a command on a remote system, or executes a command on the local system using files from remote systems. See the online-manual pages for a list of the available options.</P>
<P><FONT SIZE="+1"><B>vrfy......<TT>Verify E-Mail Address</TT></B></FONT></P>
<P><B>vrfy</B> <I>option(s) address hostname</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>vrfy</B> command verifies the existence and accuracy of an e-mail address. If the host is known, that information can be added to the command line, increasing the chances that the existence and accuracy can be verified. If the hostname is not specified, the information may have to go through other mail systems, which can decrease the accuracy.</P>
<P>See the online-manual pages for a list of the available options.</P>
<P><FONT SIZE="+1"><B>wnewmail......<TT>Mailbox Flag</TT></B></FONT></P>
<P><B>wnewmail</B> <I>filename</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>wnewmail</B> daemon checks every 10 seconds to see if there is any new mail. It’s similar to <B>biff</B> and <B>xbiff</B>, except with less flexibility.</P>
<P><FONT SIZE="+1"><B><I>RELATED COMMANDS</I></B></FONT></P>
<DL>
<DD><B>biff</B>
<DD><B>newmail</B>
<DD><B>xbiff</B>
</DL>
<P><FONT SIZE="+1"><B>xbiff......<TT>X Mailbox Flag</TT></B></FONT></P>
<IMG SRC="images/05-133i.jpg"><P><B>xbiff</B> <I>option(s)</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>xbiff</B> command is an X Window System version of the <B>biff</B> command, which notifies you when incoming mail is received.</P>
<P><FONT SIZE="+1"><B><I>OPTIONS</I></B></FONT></P>
<TABLE WIDTH="100%">
<TR>
<TD WIDTH="35%" VALIGN="TOP"><B>-file <I>filename</I></B>
<TD WIDTH="65%">Specifies the name of the mail file to be monitored. The default is <B>/usr/spool/mail/<I>username</I></B>
<TR>
<TD VALIGN="TOP"><B>-update <I>seconds</I></B>
<TD>Specifies how often <B>xbiff</B> should check for mail, in <I>seconds</I>. The default is every 30 seconds.
<TR>
<TD VALIGN="TOP"><B>-volume <I>percentage</I></B>
<TD>Specifies the loudness of the bell (system sound), as a <I>percentage</I> of the full audio.
<TR>
<TD VALIGN="TOP"><B>-shape</B>
<TD>Specifies if the mailbox window should be shaped.
</TABLE>
<P><FONT SIZE="+1"><B><I>RELATED COMMAND</I></B></FONT></P>
<DL>
<DD><B>biff</B>
</DL>
<P><FONT SIZE="+1"><B>xmh......<TT>X MH</TT></B></FONT></P>
<IMG SRC="images/05-134i.jpg"><P><B>xmh</B> <I>option(s)</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>xmh</B> command is an X-based front end to the <B>mh</B> mail handler. On its own, it calls the <B>mh</B> package.</P>
<P><FONT SIZE="+1"><B><I>OPTIONS</I></B></FONT></P>
<TABLE WIDTH="100%">
<TR>
<TD WIDTH="25%"><B>-flag</B>
<TD WIDTH="75%">Flags you when new mail arrives.
<TR>
<TD><B>-initial <I>folder</I></B>
<TD>Specifies another <I>folder</I> for new mail.
<TR>
<TD><B>-path <I>directory</I></B>
<TD>Specifies another <I>directory</I> for mail folders.
</TABLE>
<P><FONT SIZE="+1"><B><I>RELATED COMMAND</I></B></FONT></P>
<DL>
<DD><B>mail</B>
<DD><B>metamail</B>
<DD><B>mh</B>
</DL>
<P><B>PROGRAMMING COMMANDS</B></P>
<P>These are some of the basic programming commands that ship with most Linux implementations. The Linux operating system is actually a programmer’s dream environment; these commands will get you going, but there are additional programming tools covered in the online-manual pages.
</P>
<P><FONT SIZE="+1"><B>ansi2knr......<TT>Converts ANSI C to K&R C</TT></B></FONT></P>
<P><B>ansi2knr</B> <I>input_file output_file</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>This command converts a standard ANSI C file to a file that meets Kernighan & Ritchie C specifications. Be warned that there are no error messages, so if the translation failed, you won’t know.
</P>
<P><FONT SIZE="+1"><B><I>EXAMPLE</I></B></FONT></P>
<!-- CODE SNIP //-->
<PRE>
$ ansi2knr oldfile.c newfile.c
</PRE>
<!-- END CODE SNIP //-->
<P><FONT SIZE="+1"><B>ar......<TT>Manipulate Archives</TT></B></FONT></P>
<IMG SRC="images/05-135i.jpg"><P><B>ar</B> <I>arguments membername file(s)</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>ar</B> command is used to create, modify, and extract from archive files. Archive files are a collection of files stored in a single file, which makes them easier to store and manage in filesystem and device usage. All the important elements of files, including permissions, owners, timestamp, and group, are saved in the archive.</P>
<P>This command is used most in programming situations, as it is used to create libraries that contain frequently used subroutines.</P>
<P>A <I>membername</I> is a file that already exists within the archive. Some of the options, particularly those that specify the order of files within the archive, rely on a <I>membername</I>.</P>
<P>Two arguments to the <B>ar</B> command are required: an option of some sort that specifies the operation, and the name of the file. This command can be confusing, since the option usually must begin with <B>p</B>.</P><P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="403-413.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="423-427.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
</td>
</tr>
</table>
<!-- begin footer information -->
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -