File: command-line-options.rst

package info (click to toggle)
suricata 1%3A7.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 83,104 kB
  • sloc: ansic: 334,774; python: 7,725; sh: 5,001; makefile: 2,075; perl: 867
file content (21 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Command Line Options
====================

.. toctree::

Suricata's command line options:

.. include:: partials/options.rst

Unit Tests
~~~~~~~~~~

The builtin unittests are only available when Suricata has been configured and built with
``--enable-unittests``.

Running unittests does not require a configuration file. Use -l to supply
an output directory.::

    sudo suricata -u

.. include:: partials/options-unittests.rst