|
sysctl(8) -- configure kernel parameters at runtime
|
sysctl is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/. Procfs is required for sysctl(8) support in Linux. You can use sysctl(8) to both read... |
sysklogd(8) -- Linux system logging utilities.
|
Sysklogd provides two system utilities which provide support for system logging and kernel message trapping. Support of both internet and unix domain sockets enables this utility package to support bo... |
syslog-facility(8) -- Setup and remove LOCALx facility for sysklogd
|
syslog-facility can be used to setup a syslog facility and to remove it. The primary use of this perl script is to allow packages to automatically setup (and remove) a LOCALx facility. With the first ... |
syslogd(8) --
|
|
syslogd-listfiles(8) -- list system logfiles
|
Sysklogd provides a modern mechanism to log system messages. This mechanism is controlled by the file /etc/syslog.conf. Messages are divided into logfiles which can grow quite big. Therefore the logfi... |
tasksel(8) -- a user interface for installing tasks
|
tasksel shows all available tasks and allows to user to select ones to install |
tcpd(8) -- access control facility for internet services
|
The tcpd program can be set up to monitor incoming requests for telnet, finger, ftp, exec, rsh, rlogin, tftp, talk, comsat and other services that have a one-to-one mapping onto executable files. The ... |
tcpdchk(8) -- tcp wrapper configuration checker
|
tcpdchk examines your tcp wrapper configuration and reports all potential and real problems it can find. The program examines the tcpd access control files (by default, these are /etc/hosts.allow and ... |
tcpdmatch(8) -- tcp wrapper oracle
|
tcpdmatch predicts how the tcp wrapper would handle a specific request for service. Examples are given below. The program examines the tcpd access control tables (default /etc/hosts.allow and /etc/hos... |
telinit(8) --
|
|
telnetlogin(8) -- login wrapper for telnetd
|
telnetlogin is a setuid wrapper that runs login(1). It is meant to be invoked by telnetd(8); the idea is to remove the necessity of running telnetd as root. telnetlogin should be installed mode 4750, ... |
termwrap(8) -- terminal wrapper
|
termwrap is used to execute base-config(8) on newly installed Debian systems. It examines the environment, taking note of locale settings, and what type of console is available, and runs an appropriat... |
try-from(8) -- test program for the tcp_wrapper
|
The try-from command can be called via a remote shell command to find out if the hostname and address are properly recognized by the tcp_wrapper library, if username lookup works, and (SysV only) if t... |