This file is indexed.

/usr/share/doc/firebird2.5-common-doc/examples/README.Debian is in firebird2.5-examples 2.5.2.26540.ds4-1~deb7u2.

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.5-examples/examples/empbuild/employee.fdb.gz \
    /var/lib/firebird/2.5/data/
  gunzip /var/lib/firebird/2.5/data/employee.fdb.gz

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