LoginSignup
1
1

More than 5 years have passed since last update.

ubuntuにAIDEをインストール

Last updated at Posted at 2017-10-24

インストール

sudo apt install -y aide

# 20分くらいかかる。/var/lib/aide/aide.db.new が生成される。
sudo aide.wrapper --init

# 手動でdbをコピー
sudo cp -a /var/lib/aide/aide.db.new /var/lib/aide/aide.db

# 変更されたファイル確認 (initと同じく時間かかる)
sudo aide.wrapper -C

ログ: /var/log/aide/aide.log

エラー例

aide.wrapperを使わなかった時のエラー
$ aide --init
/var/lib/aide/please-dont-call-aide-without-parameters/aide.db.new
一般ユーザーで実行したエラー
$ aide.wrapper --init
dotlockfile: /var/run/aide.lock: permission denied
cannot obtain lock /var/run/aide.lock, stale lock?
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1