Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2016-04-25 12:10:39 +0300
committermboelen <michael@cisofy.com>2016-04-25 12:10:39 +0300
commit22cb6d6523c484e340a50ab045aade2d16fcd660 (patch)
tree9d2f7d8fb1e2c202ba1832fd361b3bef0cbf4557 /lynis.8
parent2f07fa1d87a612bac783197eefb9ce1bb66bd223 (diff)
Updated man page with new options
Diffstat (limited to 'lynis.8')
-rw-r--r--lynis.816
1 files changed, 9 insertions, 7 deletions
diff --git a/lynis.8 b/lynis.8
index 84bee866..85eeffcf 100644
--- a/lynis.8
+++ b/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.