Unix-commands-autrace

提供:Dev Guides
移動先:案内検索

autrace-Unix、Linuxコマンド

link:/unix_commands/index [previous] link:/unix_commands/index [next] [[1]] php [AddThis Social Bookmark Button]

NAME

概要

  • autrace program -r * program-args

説明

  • autrace programarguments auditctl *

オプション

Tag Description
-r Limit syscalls collected to ones needed for analyzing resource usage. This could help people doing threat modeling. This saves space in logs.

autrace/bin/ls/tmp ausearch --start recent -p 2442 -i

およびリソース使用モードの場合:

autrace -r/bin/ls ausearch --start recent -p 2450 --raw
aureport --file --summary ausearch --start recent -p 2450 --raw
aureport --host --summary …​.

関連項目

  • リンク:/unix_commands/ausearch [ausearch(8)]
  • リンク:/unix_commands/auditctl [auditctl(8)]

著者

link:/unix_commands/index [previous] link:/unix_commands/index [next] link:/cgi-bin/printversion.cgi?tutorial = unix_commands&file = autrace [Printer Friendly]

  
Advertisements