Subject Re: [firebird-support] Re: db file access right
Author Michael Weissenbacher
Hi,
>
> Sudo is not a good solution, since it asks for a password (and hence
> cannot be used in a batch)
Try something like this in your sudoers File:
%users ALL=(ALL) ALL, NOPASSWD: /path/to/command1, /path/to/commmand2

Then you can use sudo for those 2 commands without entering a password.

hth,
Michael