root@srv-1 mnt # strace -e trace=open ./aide --config=./aide.conf --init
open("/dev/urandom", O_RDONLY) = 3
open("./aide.conf", O_RDONLY) = 3
open("/usr/local/etc/aide.db.new", O_RDWR|O_CREAT|O_TRUNC, 0666) = 3
open("/etc/localtime", O_RDONLY) = 4
open("/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
open("/ruk", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
open("/ruk/ruk.txt", O_RDONLY) = 5
AIDE, version 0.10
### AIDE database initialized.
root@srv-1 mnt #
|