Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

aa-audit

aa-audit -V (return code: 2)

usage: aa-audit [-h] [-d DIR] [-r] [--no-reload] program [program ...]
aa-audit: error: the following arguments are required: program
aa-audit --help (return code: 0)

usage: aa-audit [-h] [-d DIR] [-r] [--no-reload] program [program ...]

Switch the given programs to audit mode

positional arguments:
  program            name of program

optional arguments:
  -h, --help         show this help message and exit
  -d DIR, --dir DIR  path to profiles
  -r, --remove       remove audit mode
  --no-reload        Do not reload the profile after modifying it

Comments

Popular posts from this blog

Oracle DBMS SCHEDULER Examples

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

How to Enable/Disable autovacuum on PostgreSQL