This file is indexed.

/usr/share/doc/firebird2.1-common-doc/examples/README.Debian is in firebird2.1-examples 2.1.4.18393-0.ds2-6build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
If you'd like to use the employee sample database, follow the steps below:

  install -o firebird -g firebird -m 0660 \
    /usr/share/doc/firebird2.1-examples/examples/empbuild/employee.fdb.gz \
    /var/lib/firebird/2.1/data/
  gunzip /var/lib/firebird/2.1/data/employee.fdb.gz

The default aliases.conf contains an alias for the database.
You may use "localhost:employee" as path.