📄 191-195.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=191-195//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="184-190.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="195-198.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<P><FONT SIZE="+1"><B>xon......<TT>Remote Program</TT></B></FONT></P>
<IMG SRC="images/05-69i.jpg"><P><B>xon</B> <I>option(s) command</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>xon</B> command runs an X program on a remote machine. The default is <B>xterm -ls</B>.</P>
<P><FONT SIZE="+1"><B><I>OPTIONS</I></B></FONT></P>
<TABLE WIDTH="100%">
<TR>
<TD WIDTH="40%" VALIGN="TOP"><B>-access</B>
<TD WIDTH="60%">Runs <B>xhost</B> locally to add the remote host to the host access list in the X server. <B>Xhost</B> needs permission to modify the access list if this is to work.
<TR>
<TD VALIGN="TOP"><B>-debug</B>
<TD>Works in debugging mode, leaving stdin, stdout, and stderr intact.
<TR>
<TD VALIGN="TOP"><B>-name <I>window-name</I></B>
<TD>Specifies an application name and window title for the default <B>xterm</B> command.
<TR>
<TD><B>-nols</B>
<TD>Doesn’t pass along the <B>-ls</B> option to <B>xterm</B>.
<TR>
<TD VALIGN="TOP"><B>-screen <I>screen-no</I></B>
<TD>Sets the screen number of the DISPLAY variable passed to the remote command.
<TR>
<TD VALIGN="TOP"><B>-user <I>user-name</I></B>
<TD>Passes along a username other than your own to the remote machine.
</TABLE>
<P><FONT SIZE="+1"><B>xpaint......<TT>X Paint Program</TT></B></FONT></P>
<IMG SRC="images/05-70i.jpg"><P><B>xpaint</B> <I>option(s) filename</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>xpaint</B> command launches a paint program. It allows for the editing of multiple images simultaneously and supports various formats, including PPM, XBM, TIFF, and more.</P>
<P><FONT SIZE="+1"><B><I>OPTIONS</I></B></FONT></P>
<TABLE WIDTH="100%">
<TR>
<TD WIDTH="25%"><B>-size</B>
<TD WIDTH="75%">Sets the default width and height for new images.
<TR>
<TD><B>-12</B>
<TD>Uses a 12-bit PseudoColor visual.
<TR>
<TD><B>-24</B>
<TD>Uses a 24-bit TrueColor visual.
</TABLE>
<P><FONT SIZE="+1"><B>xpmroot......<TT>Set Root Image</TT></B></FONT></P>
<IMG SRC="images/05-71i.jpg"><P><B>xpmroot</B> <I>filename</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>xpmroot</B> sets the root window of the current X display to an XPM pixmap, as specified by <I>filename</I> on the command line.</P>
<P><FONT SIZE="+1"><B>xprop......<TT>Displays X Properties</TT></B></FONT></P>
<IMG SRC="images/05-72i.jpg"><P><B>xprop</B> <I>option(s)</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>xprop</B> command displays window and font properties in an X server. You can choose a window or a font on the command line, or you can click on a window to display its properties.</P>
<P><FONT SIZE="+1"><B><I>OPTIONS</I></B></FONT></P>
<TABLE WIDTH="100%">
<TR>
<TD WIDTH="40%"><B>-f name <I>format [dformat]</I></B>
<TD WIDTH="60%">Specifies the <I>format</I> and <I>dformat</I> for <I>name</I>.
<TR>
<TD><B>-font <I>font</I></B>
<TD>Returns the properties of font <I>font</I>.
<TR>
<TD VALIGN="TOP"><B>-frame</B>
<TD>Returns information about the window-manager frame instead.
<TR>
<TD VALIGN="TOP"><B>-fs file</B>
<TD>Uses <I>file</I> as the source of more formats for properties.
<TR>
<TD VALIGN="TOP"><B>-grammar</B>
<TD>Prints out a detailed grammar for all command-line options.
<TR>
<TD VALIGN="TOP"><B>-id <I>id</I></B>
<TD>Selects window <I>id</I> on the command line as the window to be examined.
<TR>
<TD VALIGN="TOP"><B>-name <I>name</I></B>
<TD>Specifies that a window named <I>window</I> is the window to be examined.
<TR>
<TD><B>-len <I>n</I></B>
<TD>Returns <I>n</I> bytes of any property (or less).
<TR>
<TD><B>-notype</B>
<TD>Ignores the type of each property.
<TR>
<TD><B>-remove <I>property-name</I></B>
<TD>Removes the name of a property from a window.
<TR>
<TD VALIGN="TOP"><B>-root</B>
<TD>Uses the root window as the window of the client to be examined.
<TR>
<TD VALIGN="TOP"><B>-spy</B>
<TD>Examines window properties indefinitely, looking for property change events.
</TABLE>
<P><FONT SIZE="+1"><B><I>RELATED COMMANDS</I></B></FONT></P>
<DL>
<DD><B>xwininfo</B>
</DL>
<P><FONT SIZE="+1"><B>xrdb......<TT>X Resource Database</TT></B></FONT></P>
<IMG SRC="images/05-73i.jpg"><P><B>xrdb</B> <I>option(s) filename</I></P>
<P><FONT SIZE="+1"><B><I>PURPOSE</I></B></FONT></P>
<P>The <B>xrdb</B> command returns or sets the RESOURCE_MANAGER property on the root window of screen 0, or the SCREEN_RESOURCES property on the root window of any or all screens, or everything combined. You normally run this program from your X startup file.</P>
<P>The sort of information covered here includes color settings, font management, and more. The RESOURCE_MANAGER property is used for resources that apply to all screens of the display. The SCREEN_RESOURCES property on each screen specifies additional (or overriding) resources to be used for that screen.</P><P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="184-190.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="195-198.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 + -