Subject Re: [ib-support] Installation problems in Firebird for Linux
Author Paul Vinkenoog
Hi Sujan,

> I tried this:
> in the /opt/interbase/bin directory I typed:
> .isql -user sysdba -password masterkey
>
> and i got the message:
> bash: .isql: command not found.

bash looked for an executable named ".isql", which it didn't find.

Type

./isql

instead. This means: executable named "isql" in current
directory. Same for gbak etc.


Greetings,
Paul Vinkenoog