mirror of https://github.com/CISOfy/lynis.git
Updated man page with new options
This commit is contained in:
parent
2f07fa1d87
commit
22cb6d6523
16
lynis.8
16
lynis.8
|
@ -1,4 +1,4 @@
|
|||
.TH Lynis 8 "2 February 2016" "1.20" "Unix System Administrator's Manual"
|
||||
.TH Lynis 8 "25 April 2016" "1.21" "Unix System Administrator's Manual"
|
||||
|
||||
|
||||
.SH "NAME"
|
||||
|
@ -95,8 +95,7 @@ Provide alternative profile to perform the scan.
|
|||
Do a quick scan (don't wait for user input).
|
||||
.TP
|
||||
.B \-\-quiet (\-q)
|
||||
Try to run as silent as possible, showing only warnings. This option activates
|
||||
\-\-quick as well.
|
||||
Run quietly and do not show anything to the screen. Will also enable quick mode.
|
||||
.TP
|
||||
.B \-\-report\-file </path/to/report>
|
||||
Provide an alternative name for report file.
|
||||
|
@ -117,6 +116,9 @@ Upload data to Lynis Enterprise server.
|
|||
.TP
|
||||
.B \-\-view\-categories
|
||||
Display all available test categories.
|
||||
.TP
|
||||
.B \-\-warnings\-only
|
||||
Run quietly, except warnings.
|
||||
.RE
|
||||
.PP
|
||||
.RS
|
||||
|
@ -141,7 +143,7 @@ To use a helper, run Lynis followed by the helper name.
|
|||
.SH "EXIT CODES"
|
||||
Lynis uses exit codes to signal any invoking script. Currently the following codes are used:
|
||||
.IP 0
|
||||
Program exited normally, nothing found
|
||||
Program exited normally
|
||||
.IP 1
|
||||
Fatal error
|
||||
.IP 64
|
||||
|
@ -151,16 +153,16 @@ Incorrect data encountered
|
|||
.IP 66
|
||||
Can't open file or directory
|
||||
.IP 78
|
||||
Lynis found 1 or more warnings or configurations errors
|
||||
Lynis found 1 or more warnings or configurations errors (with error-on-warnings=yes)
|
||||
|
||||
.SH "BUGS"
|
||||
Bugs can be reported via GitHub at https://github.com/CISOfy/lynis
|
||||
|
||||
.SH "DOCUMENTATION"
|
||||
Supporting documentation can be found via https://cisofy.com/documentation/lynis/
|
||||
Supporting documentation can be found via https://cisofy.com/support/
|
||||
|
||||
.SH "LICENSING"
|
||||
Lynis is licensed as GPL v3, written by Michael Boelen. Development is supported by CISOfy. Plugins may have their own license.
|
||||
Lynis is licensed as GPL v3, originally created by Michael Boelen in 2007. Development has been taken over by CISOfy. Plugins may have their own license.
|
||||
|
||||
.SH "CONTACT INFORMATION"
|
||||
Support requests and project related questions can be addressed via e-mail: lynis-dev@cisofy.com.
|
||||
|
|
Loading…
Reference in New Issue