accton

提供: セキュリティ
移動: 案内検索
スポンサーリンク

accton とは、Unixプロセスアカウンティングのオンオフをするコマンドです。

読み方

accton
あくとん

概要

accton ファイル名 は、プロセスアカウンティングを有効にします。

インストール

  • Ubuntuでは、acctをインストールしてください。
  • FreeBSDは、デフォルトで入っています。

使い方

コマンドラインオプション

$ accton -h
Usage: accton [OPTION] on|off|ACCOUNTING_FILE
 
          Turns process accounting on or off, or changes the file where this
          info is saved.
 
          OPTIONS:
          -h, --help       Show help and exit
          -V, --version    Show version and exit
 
          ARGUMENTS:
          on               Activate process accounting and use default file
          off              Deactivate process accounting
          ACCOUNTING_FILE  Activate (if not active) and save information in
          this file
 
          The system's default process accounting file is '/var/log/account/pacct'.
 
          Report bugs to <bug-acct@gnu.org>

acctを有効にする

sudo accton on

acctを無効にする

sudo accton off

accton以外の方法

Linux

sudo service acct start

FreeBSD

sudo sysrc accounting_enable=YES
sudo /etc/rc.d/accounting start

関連項目




スポンサーリンク