Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pads.conf(8) [debian man page]

pads.conf(8)						      System Manager's Manual						      pads.conf(8)

NAME
pads.conf - pads configuration file DESCRIPTION
This man page describes the format of the pads(8) configuration file. Empty lines and lines beginning with '#' are ignored. PARAMETERS
daemon [0/1] his parameter determines whether the application will go into the background. 0 = Disable, 1 = Enable pid_file <file> Filename of the pads PID file. This value should be set if you are planning on using daemon mode. sig_file <file> Alternate location for the pads-signature-list file. mac_file <file> Alternate location for the pads-ether-codes file. user <username> This is the name of the user pads will run as when started as root. group <groupname> This is the name of the group pads will run as when started as root. interface <interface> This contains the name of the interface PADS will listen to. filter <filter> This value contains a libpcap filter to be applied to the PADS session. For example, to filter only SSH traffice, specify "filter 'port 22'". network <network> This string contains a comma seperated list of networks to be monitored. Only assets found in these networks will be recorded. For example, "network 192.168.0.0/24,192.168.1.0/24,10.10.10.0/24". output screen This output plugin displays PADS data to the screen. When using the configuration file, it defaults to off. output csv: <filename> This output plugin writes PADS data to a CSV file. Optionally, a CSV filename can be specified as an argument. output fifo: <filename> This output plugin writes PADS data to a FIFO file. Optionally, a FIFO filename can be specified as an argument. SEE ALSO
pads(8) COPYRIGHT
Copyright (C) 2005 Matt Shelton <matt@mattshelton.com> BUGS
Please send bug reports to the author. AUTHORS
Matt Shelton <matt@mattshelton.com> 2005/06/17 pads.conf(8)

Check Out this Related Man Page

KXTERM(1)						      General Commands Manual							 KXTERM(1)

NAME
kxterm - the CERN KUIP terminal emulator SYNOPSIS
kxterm [class] [options] DESCRIPTION
kxterm is a terminal emulator combining the best features of the (now defunct) Apollo DM pads (like: input and transcript pads, automatic file backup of transcript pad, string search in pads, etc.) and the Korn shell emacs-style command line editing and command line recall mechanism. For more detailed information about the program, please see the online help available from the kxterm Help menu. kxterm has a number of X resources which can be set by the user; these are listed in the online help and in the file /etc/X11/app-defaults/KXterm, where the default values are set. It should be noted that when kxterm is acting as a client for another application, the desired X resource should be prefixed by "Kx" plus the class name of the application. So for application "Foo" the kxterm resource class would be KxFoo, and one would set KxFoo*background, etc. One can also set the resource class of a kxterm window via the command-line with the class argument. OPTIONS
-font fn Specifies the font used by kxterm. The font fn must be an XLFD (X Logical Font Description), as for example displayed by the xls- fonts program. -geometry geom Specifies the preferred size and position of the kxterm window; see X(7x) for details. -h, -help Show a summary of options. -iconic Specifies that the window manager should start kxterm as an icon. -n iconname Specifies the name of the kxterm window in an iconic state. -name name Specifies both the title and the iconized name of the kxterm window. -pid pid Specifies the process ID of the program that kxterm should act as a client for. -prompt prompt Sets the prompt displayed in the input pad of the program. -tfont fn Specifies the font used by text boxes, the input pad, and the transcript pad of the program. This should probably be a fixed-width font like "courier" or "fixed". -title title Sets the title of the kxterm window to title. SEE ALSO
o xlsfonts(1) - a program to list available fonts on an X server o paw++(1) - a program using kxterm for its command interface o the online help available from kxterm's Help menu AUTHOR
This manual page was written by Kevin McCarty <kmccarty@debian.org> for the Debian GNU/Linux system (but may be used by others). January 24, 2003 KXTERM(1)
Man Page