📄 builddbm.texi
字号:
@c This is part of the Radius manual.@c Copyright (C) 1999,2000,2001,2002,2003 Free Software Foundation, Inc.@c Written by Sergey Poznyakoff@c See file radius.texi for copying conditions.@comment *******************************************************************@node Builddbm, Radscm, Radctl, Utility Programs@section @command{builddbm}@pindex buildbm@subheading Usage@command{builddbm} converts the plaintext Radius users database intoDBM files. Some versions of the Radius daemon have used this tospeed up the access to the users database.However, with GNU Radius things go the other way around.The server reads the entire plaintext database, converts it into internalform, and stores into a hash table, which provides for fastaccess. Actually, using a DBM version of the users database slowsdown the access unless the machine that runs the Radius daemon isshort of address space for the daemon to store the users database.@subheading SyntaxWhen used without arguments, the @command{builddbm} utility attempts toconvert the file @file{raddb/users} to @file{raddb/users.db} or tothe pair@file{raddb/users.pag}, @file{raddb/users.dir}, depending on theversion of the DBM library used.If used with one argument, that argument is taken as the name of theplaintext database file to operate upon.Use the following command line options to modify the operation of@command{buildbm}:@table @option@item -d @var{dir}Specifies alternate directory for the Radius configurationfiles. This defaults to @file{@value{RADDB}}.@item -hOutputs short usage summary and exits with 0 exit code.@end table
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -