|
|
Most of the features are fully configurable, either through command line | Most of the features are fully configurable, either through command line |
options, or via the initialization file @file{.wgetrc} (@pxref{Startup | options, or via the initialization file @file{.wgetrc} (@pxref{Startup |
File}). Wget allows you to define @dfn{global} startup files | File}). Wget allows you to define @dfn{global} startup files |
(@file{/usr/local/etc/wgetrc} by default) for site settings. |
(@file{/etc/wgetrc} by default) for site settings. |
| |
@ignore | @ignore |
@c man begin FILES | @c man begin FILES |
@table @samp | @table @samp |
@item /usr/local/etc/wgetrc |
@item /etc/wgetrc |
Default location of the @dfn{global} startup file. | Default location of the @dfn{global} startup file. |
| |
@item .wgetrc | @item .wgetrc |
|
|
@cindex location of wgetrc | @cindex location of wgetrc |
| |
When initializing, Wget will look for a @dfn{global} startup file, | When initializing, Wget will look for a @dfn{global} startup file, |
@file{/usr/local/etc/wgetrc} by default (or some prefix other than |
@file{/etc/wgetrc} by default (or some prefix other than |
@file{/usr/local}, if Wget was not installed there) and read commands | @file{/usr/local}, if Wget was not installed there) and read commands |
from there, if it exists. | from there, if it exists. |
| |
|
|
| |
The fact that user's settings are loaded after the system-wide ones | The fact that user's settings are loaded after the system-wide ones |
means that in case of collision user's wgetrc @emph{overrides} the | means that in case of collision user's wgetrc @emph{overrides} the |
system-wide wgetrc (in @file{/usr/local/etc/wgetrc} by default). |
system-wide wgetrc (in @file{/etc/wgetrc} by default). |
Fascist admins, away! | Fascist admins, away! |
| |
@node Wgetrc Syntax | @node Wgetrc Syntax |