[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The ‘--list’ (or ‘-l’) option lists the existing database:
anubisadm --list gdbm:/etc/anubis.db
By default it displays all records from the database.
Among its other uses, such invocation is handy for converting user database to another format (see section Creating the Database).
If you wish to list only a particular record, specify the
AUTHID
using ‘--authid’ (‘-i’) option. For example,
to list the record for AUTHID
‘test’,
type:
example$ anubisadm --list --authid test gdbm:/etc/anubis.db
This document was generated on January 6, 2024 using texi2html 5.0.