📄 naming.texi
字号:
@c This is part of the GNU Radius manual.@c Copyright (C) 2003 Free Software Foundation@c See file radius.texi for copying conditions.@comment *******************************************************************@node Naming Conventions, Operation, Intro, Top@chapter Naming Conventions@cindex Naming conventionsThis chapter describes file naming conventions used throughout thisdocument.Programs from the GNU Radius package use the following directoriesto store various configuration and log files:@table @dfn@item Configuration or database directoryA directory where all configuration files are stored.@item Log directoryA directory where @radiusd{} stores its log files.@item Accounting directoryA directory where @radiusd{} stores accounting detail files(@pxref{Detailed Request Accounting}).@item Data directoryA directory where shared data files are stored, such as @code{Rewrite}or @code{Scheme} source files.@end tableThe default locations of these directories are determined at compiletime. Usually these are:@multitable @columnfractions .35 .20 .45@item Directory @tab Short name @tab Default location @item Configuration directory@cindex Configuration directory@cindex @file{raddb}@tab @file{raddb}@tab @value{RADDB}@item Log directory@cindex Log directory@cindex @file{radlog}@tab @file{radlog}@tab @value{RADLOG}@item Accounting directory@cindex Accounting directory@cindex @file{radacct}, accounting directory@tab @file{radacct}@tab @value{RADACCT}@item Data directory@cindex Data directory@cindex @file{datadir}, directory for shared data files@tab @file{datadir}@tab @value{DATADIR}@end multitableThese locations may differ depending on your local site configuration.Throughout this document we will refer to these directories by theirshort names. For example, when we say:@smallexample... this information is contained in file @file{raddb/sqlserver} @end smallexample@noindentwe actually mean @file{@value{RADDB}/sqlserver}.To get the default directory names that your version of Radius wascompiled with, run @command{radiusd --version}.Locations of these directories may be overridden byspecifying the appropriate command line options. Forexample, any program from the GNU Radius package accepts the commandline option @option{-d} or @option{--directory}, which introducesthe configuration directory path.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -