📄 0285-0286.html
字号:
<HTML>
<HEAD>
<TITLE>Linux Complete Command Reference:User Commands:EarthWeb Inc.-</TITLE>
</HEAD>
<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=0672311046 //-->
<!-- TITLE=Linux Complete Command Reference//-->
<!-- AUTHOR=Red Hat//-->
<!-- PUBLISHER=Macmillan Computer Publishing//-->
<!-- IMPRINT=Sams//-->
<!-- CHAPTER=01 //-->
<!-- PAGES=0001-0736 //-->
<!-- UNASSIGNED1 //-->
<!-- UNASSIGNED2 //-->
<P><CENTER>
<a href="0283-0284.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="0287-0288.html">Next</A></CENTER></P>
<A NAME="PAGENUM-285"><P>Page 285</P></A>
<P><B>
DESCRIPTION
</B></P>
<P>ksyms shows information about all exported kernel symbols. The format is
</P>
<!-- CODE SNIP //-->
<PRE>
address name [defining module]
</PRE>
<!-- END CODE SNIP //-->
<P>The describing header can be turned off with the option
-h.
</P>
<P>Normally, only the symbols defined by the loaded modules are shown, but with the option
-a, all exported symbols can be seen.
</P>
<P>The information can also be seen in /proc/ksyms. A shell-script
version ksyms.sh can be used to get the information from
/proc/ksyms instead, but this program gets the symbol information directly from the kernel with a system call.
<P>With the option -m (stands for memory map), you can also see the starting address and the size of the allocated memory
for every loaded module.
</P>
<P><B>
SEE ALSO
</B></P>
<P>insmod(1), modprobe(1), depmod(1), rmmod(1),
lsmod(1), modules(2)
</P>
<P><B>
HISTORY
</B></P>
<P>The ksyms command was first conceived by Bjorn Ekwall
(bj0rn@blox.se). The -m option was inspired by David
Hinds (dhinds@allegro.stanford.edu)
</P>
<P><B>
BUGS
</B></P>
<P>Ksyms might have some, but they are well hidden.…
</P>
<P>
Linux, 14 May 1995
</P>
<H3><A NAME="ch01_ 138">
last
</A></H3>
<P>last—Indicate last logins by user or terminal
</P>
<P><B>
SYNOPSIS
</B></P>
<!-- CODE SNIP //-->
<PRE>
last [_number][_f filename][_t tty][_h hostname][_i address][_l][_y][name...]
</PRE>
<!-- END CODE SNIP //-->
<P><B>
DESCRIPTION
</B></P>
<P>Last looks back in the wtmp file, which records all logins and logouts for information about a user, a teletype, or any group
of users and teletypes. Arguments specify names of users or teletypes of interest. If multiple arguments are given, the
information that applies to any of the arguments is printed. For example
last root console would list all of root's sessions as well
as all sessions on the console terminal. Last displays the sessions of the specified users and teletypes, most recent first,
indicating the times at which the session began, the duration of the session, and the teletype that the session took place on. If
the session is still continuing or was cut short by a reboot,
last so indicates.
</P>
<P>The pseudo-user reboot logs in at reboots of the system.
</P>
<P>Last with no arguments displays a record of all logins and logouts, in reverse order.
</P>
<P>If last is interrupted, it indicates how far the search has progressed in
wtmp. If interrupted with a quit signal, last
indicates how far the search has progressed so far, and the search continues.
</P>
<P><B>
OPTIONS
</B></P>
<TABLE>
<TR><TD>
_number
</TD><TD>
Limit the number of entries displayed to that specified by
number.
</TD></TR><TR><TD>
_f filename
</TD><TD>
Use filename as the name of the accounting file instead of
/var/log/wtmp.
</TD></TR><TR><TD>
_h hostname
</TD><TD>
List only logins from hostname.
</TD></TR><TR><TD>
_i IP address
</TD><TD>
List only logins from IP
address.
</TD></TR></TABLE>
<A NAME="PAGENUM-286"><P>Page 286</P></A>
<TABLE>
<TR><TD>
_l
</TD><TD>
List IP addresses of remote hosts instead of truncated hostnames.
</TD></TR><TR><TD>
_t tty
</TD><TD>
List only logins on tty.
</TD></TR><TR><TD>
_y
</TD><TD>
Also report year of dates.
</TD></TR></TABLE>
<P><B>FILES</B><P>
<!-- CODE SNIP //-->
<PRE>/var/log/wtmp Login database
</PRE>
<!-- END CODE SNIP //-->
<P>20 March 1992
</P>
<H3><A NAME="ch01_ 139">lbxproxy
</A></H3>
<P>lbxproxy—LBX proxy server for the X Window system
</P>
<P><B>SYNOPSIS</B></P>
<!-- CODE SNIP //-->
<PRE> lbxproxy [:displaynumber] [option ...]
</PRE>
<!-- END CODE SNIP //-->
<P><B>NOTE</B></P>
<P>This manual page is not definitive or "official." It is derived from information contained in the
README file in the lbx source.
</P>
<P><B>DESCRIPTION </B></P>
<P>lbxproxy is the Low Bandwidth X pseudo-server. It runs on the remote side of low bandwidth, high-latency
connections, such as serial lines and wide area networks. It accepts connections from X clients at the remote end and forwards them to
an X server at the local end. The LBX protocol used for the low bandwidth connection includes compression and
optimizations designed to make effective use of the bandwidth available. The current version of LBX is not a standard of the X
Consortium, and will not be compatible with the final version. The current version should be treated as an "alpha" or
"prototype" for people interested in experimenting with it.
</P>
<P><B>OPTIONS</B></P>
<P>lbxproxy accepts the following OPTIONS:
</P>
<TABLE>
<TR><TD>
:displaynumber
</TD><TD>
lbxproxy runs as the given
displaynumber, which by default is 0. A value different from 0 should
be used if the host running lbxproxy has a local X display. If multiple
lbxproxy servers or other X servers are to run simultaneously on a host, each must have a unique display number. (See
the "Display Names" section of the X(1) manual page to learn how to specify which display
number clients should try to use.)
</TD></TR><TR><TD>
_ac
</TD><TD>
Disables host-based access control mechanisms. Enables access by any host, and permits any host
to modify the access control list. Use with extreme caution. This option exists primarily for
running test suites remotely.
</TD></TR><TR><TD>
-display display-number
</TD><TD>
Sets the name of the X server display that
lbxproxy connects to.
</TD></TR><TR><TD>
_help
</TD><TD>
Prints a usage message.
</TD></TR><TR><TD>
_I
</TD><TD>
Causes all remaining command-line arguments to be ignored.
</TD></TR><TR><TD>
_to seconds
</TD><TD>
Sets default connection time-out in seconds.
</TD></TR></TABLE>
<P><B>Network Connections</B></P>
<P>lbxproxy supports client connections via most of the connection types supported by the X servers. (Refer to the
Xserver(1) manual page and hardware-specific X server manual pages for details.) Note that in the current implementation some of
the connections types have not been implemented correctly. This mostly applies to System V.
</P>
<P><CENTER>
<a href="0283-0284.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="0287-0288.html">Next</A></CENTER></P>
</td>
</tr>
</table>
<!-- begin footer information -->
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -