|
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(8) access control files (by default, these are /etc/hosts.allow a... |
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(8) access control tables (default /etc/hosts.allow and /etc/... |
tcpdrop(8) -- drop a TCP connection
|
The tcpdrop command drops the TCP connection specified by the local address laddr, port lport and the foreign address faddr, port fport. Addresses and ports can be specified by name or numeric value. |
tcpdump(8) -- dump traffic on a network
|
tcpdump prints out the headers of packets on a network interface that match the boolean expression. You must have read access to /dev/bpf*. The options are as follows: -a Attempt to convert network an... |
telnetd(8) -- DARPA TELNET protocol server
|
The telnetd command is a server which supports the DARPA standard TELNET virtual terminal protocol. Telnetd is normally invoked by the internet server (see inetd(8)) for requests to connect to the TEL... |
tftpd(8) -- DARPA Trivial File Transfer Protocol server
|
tftpd is a server which supports the DARPA Trivial File Transfer Protocol. The TFTP server operates at the port indicated in the `tftp' service description; see services(5). The server is normally st... |
timed(8) -- time server daemon
|
The timed utility is a time server daemon which is normally invoked at boot time from the rc(8) file. It synchronizes the host's time with the time of other machines, which are also running timed, in... |
timedc(8) -- timed control program
|
timedc is used to control the operation of the timed(8) program. It may be used to: +o Measure the differences between machines' clocks, +o Find the location where the master time server is running, ... |
tokenadm(8) -- SNK-004 token databases
|
The tokenadm utility displays and edits user entries in the various token databases. It may also be invoked as one the following: activadm, cryptoadm, or snkadm. The options are as follows: -1 Display... |
tokeninit(8) -- or SNK-004 authentication system
|
The tokeninit utility may also be invoked by one of the following names: activinit, cryptoinit, or snkinit. Depending on the name it was invoked as, it will initialize the system information to allow ... |
traceroute(8) -- print the route packets take to network host
|
The Internet is a large and complex aggregation of network hardware, connected together by gateways. Tracking the route one's packets follow (or finding the miscreant gateway that's discarding your ... |
traceroute6(8) -- print the route IPv6 packets will take to the destination
|
-d Debug mode. -f firsthop Specify how many hops to skip in trace. -g gateway Specify intermediate gateway (traceroute6 uses routing header). -I Use ICMP6 ECHO instead of UDP datagrams. -l Print both ... |
trpt(8) -- transliterate protocol trace
|
trpt interrogates the buffer of TCP trace records created when a socket is marked for ``debugging'' (see setsockopt(2)), and prints a readable description of these records. When no options are suppl... |