mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 05:44:45 +02:00
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"
|
.SH "NAME"
|
||||||
@ -95,8 +95,7 @@ Provide alternative profile to perform the scan.
|
|||||||
Do a quick scan (don't wait for user input).
|
Do a quick scan (don't wait for user input).
|
||||||
.TP
|
.TP
|
||||||
.B \-\-quiet (\-q)
|
.B \-\-quiet (\-q)
|
||||||
Try to run as silent as possible, showing only warnings. This option activates
|
Run quietly and do not show anything to the screen. Will also enable quick mode.
|
||||||
\-\-quick as well.
|
|
||||||
.TP
|
.TP
|
||||||
.B \-\-report\-file </path/to/report>
|
.B \-\-report\-file </path/to/report>
|
||||||
Provide an alternative name for report file.
|
Provide an alternative name for report file.
|
||||||
@ -117,6 +116,9 @@ Upload data to Lynis Enterprise server.
|
|||||||
.TP
|
.TP
|
||||||
.B \-\-view\-categories
|
.B \-\-view\-categories
|
||||||
Display all available test categories.
|
Display all available test categories.
|
||||||
|
.TP
|
||||||
|
.B \-\-warnings\-only
|
||||||
|
Run quietly, except warnings.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
.RS
|
.RS
|
||||||
@ -141,7 +143,7 @@ To use a helper, run Lynis followed by the helper name.
|
|||||||
.SH "EXIT CODES"
|
.SH "EXIT CODES"
|
||||||
Lynis uses exit codes to signal any invoking script. Currently the following codes are used:
|
Lynis uses exit codes to signal any invoking script. Currently the following codes are used:
|
||||||
.IP 0
|
.IP 0
|
||||||
Program exited normally, nothing found
|
Program exited normally
|
||||||
.IP 1
|
.IP 1
|
||||||
Fatal error
|
Fatal error
|
||||||
.IP 64
|
.IP 64
|
||||||
@ -151,16 +153,16 @@ Incorrect data encountered
|
|||||||
.IP 66
|
.IP 66
|
||||||
Can't open file or directory
|
Can't open file or directory
|
||||||
.IP 78
|
.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"
|
.SH "BUGS"
|
||||||
Bugs can be reported via GitHub at https://github.com/CISOfy/lynis
|
Bugs can be reported via GitHub at https://github.com/CISOfy/lynis
|
||||||
|
|
||||||
.SH "DOCUMENTATION"
|
.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"
|
.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"
|
.SH "CONTACT INFORMATION"
|
||||||
Support requests and project related questions can be addressed via e-mail: lynis-dev@cisofy.com.
|
Support requests and project related questions can be addressed via e-mail: lynis-dev@cisofy.com.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user