You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
As per SUS Utility syntax guideline 5, command-line utility should allow multiple arguments to be grouped behind single - delimiter.
I have yet to come across the *nix utility which doesn't follow this convention. Can we please honor the Single Unix Specification?
$ chkrootkit -qn
Usage: ./chkrootkit [options] [test ...]
Options:
-h show this help and exit
-V show version information and exit
-l show available tests and exit
-d debug
-q quiet mode
-x expert mode
-r dir use dir as the root directory
-p dir1:dir2:dirN path for the external commands used by chkrootkit
-n skip NFS mounted dirs
$ chkrootkit -q -n
<False positives>
$
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
As per SUS Utility syntax guideline 5, command-line utility should allow multiple arguments to be grouped behind single
-
delimiter.I have yet to come across the *nix utility which doesn't follow this convention. Can we please honor the Single Unix Specification?
The text was updated successfully, but these errors were encountered: