Unix and Linux Discussions Tagged with configuration |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
5,050 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,689 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
1,340 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
511 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,329 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,122 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
13,746 |
AIX |
|
|
|
3 |
4,380 |
Solaris |
|
|
|
0 |
2,215 |
Red Hat |
|
|
|
1 |
790 |
Solaris |
|
|
|
3 |
3,845 |
Red Hat |
|
|
|
1 |
1,387 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
1,691 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
4,452 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,532 |
Solaris |
|
|
|
6 |
6,699 |
Web Development |
|
|
|
0 |
3,778 |
Linux |
|
|
|
2 |
1,547 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
3,303 |
Linux |
|
|
|
1 |
42,619 |
UNIX Desktop Questions & Answers |
|
|
|
4 |
4,403 |
Linux |
|
|
|
0 |
3,041 |
Windows & DOS: Issues & Discussions |
|
|
|
2 |
6,426 |
AIX |
|
|
|
1 |
5,614 |
Red Hat |
|
|
|
0 |
2,942 |
Solaris BigAdmin RSS |
|
|
|
1 |
2,871 |
HP-UX |
|
|
|
3 |
2,631 |
Solaris |
|
|
|
0 |
1,592 |
Solaris BigAdmin RSS |
|
|
|
1 |
6,407 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
3,399 |
Solaris |
|
|
|
14 |
9,063 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,181 |
UNIX and Linux RSS News |
|
|
|
1 |
2,405 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,013 |
Solaris |
|
|
|
0 |
2,860 |
OS X Support RSS |
|
|
|
0 |
1,860 |
IP Networking |
|
|
|
0 |
1,355 |
OS X Support RSS |
|
|
|
1 |
3,728 |
SCO |
|
|
|
3 |
7,874 |
Gentoo |
|
|
|
0 |
3,707 |
UNIX for Dummies Questions & Answers |
SOCKS.FC(5) File Formats Manual SOCKS.FC(5)
NAME
socks.fc - Frozen configuration file for SOCKS clients
SYNOPSIS
/etc/socks.fc
DESCRIPTION
The frozen configuration file is produced by make_socksfc and is essentially the memory image of the parsed configuration file. Using the
frozen configuration file can reduce the start-up delay of the SOCKS client programs since they no longer have to parse the file contents.
When the SOCKS client starts, it always looks for the frozen configuration file /etc/socks.fc first . If that file is not found, it then
tries to use the plain-text configuration file /etc/socks.conf. If you use frozen configuration, you must remember to run make_socksfc
every time after you modify the plain-text file or the SOCKS clients will continue to use the frozen file of a previous configuration.
To find out the contents of a frozen configuration file, use dump_socksfc.
SEE ALSO
dump_socksfc(8), make_socksfc(8), socks.conf(5), socks_clients(1)
AUTHOR
Ying-Da Lee, yingda@esd.sgi.com or yingda@best.com
May 6, 1996 SOCKS.FC(5)