Unix and Linux Discussions Tagged with route |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
15,221 |
IP Networking |
|
|
|
4 |
14,294 |
Linux |
|
|
|
3 |
2,531 |
Solaris |
|
|
|
3 |
4,244 |
Red Hat |
|
|
|
0 |
2,376 |
IP Networking |
|
|
|
4 |
10,131 |
Solaris |
|
|
|
1 |
2,481 |
IP Networking |
|
|
|
2 |
6,895 |
Shell Programming and Scripting |
|
|
|
3 |
9,058 |
Solaris |
|
|
|
4 |
8,394 |
UNIX for Dummies Questions & Answers |
|
|
|
11 |
10,209 |
Solaris |
|
|
|
1 |
3,932 |
IP Networking |
|
|
|
0 |
6,034 |
Complex Event Processing RSS News |
|
|
|
2 |
6,926 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
16,257 |
Solaris |
|
|
|
3 |
29,759 |
Solaris |
|
|
|
1 |
8,362 |
AIX |
|
|
|
1 |
40,005 |
IP Networking |
|
|
|
1 |
11,099 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,145 |
IP Networking |
|
|
|
9 |
3,958 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
34,066 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,733 |
IP Networking |
|
|
|
3 |
4,377 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,033 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
6,906 |
IP Networking |
|
|
|
1 |
3,907 |
IP Networking |
|
|
|
10 |
26,872 |
Cybersecurity |
|
|
|
2 |
3,924 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
16,959 |
IP Networking |
|
|
|
2 |
8,232 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
12,113 |
IP Networking |
|
|
|
3 |
7,076 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,670 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
5,164 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,970 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
9,084 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
10,748 |
IP Networking |
|
|
|
1 |
5,859 |
IP Networking |
|
|
|
6 |
4,938 |
IP Networking |
DUMP_SOCKDFR(8) System Manager's Manual DUMP_SOCKDFR(8)
NAME
dump_sockdfr - Display contents of frozen route file for SOCKS server
SYNOPSIS
dump_sockdfr [infile]
DESCRIPTION
dump_sockdfr reads in a frozen route file for the SOCKS server and produces a listing of its contents on the standard output.
The argument is optional; if omitted, /etc/sockd.fr is assumed.
The frozen route file is produced by make_sockdfr and is essentially the memory image of the parsed route file. Using the frozen route file
can reduce the start-up delay of the SOCKS server program since it no longer has to parse the file contents.
When the SOCKS server starts, it always looks for the frozen route file /etc/sockd.fr first. If that file is not found, it then tries to
use the plain-text route file /etc/sockd.route. If you use frozen route file, you must remember to run make_sockdfr every time after you
modify the plain-text file or the SOCKS server will continue to use the frozen version of a previous route file.
FILES
/etc/sockd.fr, /etc/sockd.route
SEE ALSO
make_sockdfr(8), sockd.fr(5), sockd.route(5)
AUTHOR
Ying-Da Lee, yingda@esd.sgi.com or yingda@best.com
May 6, 1996 DUMP_SOCKDFR(8)