-
Notifications
You must be signed in to change notification settings - Fork 0
Using the invert (i) flag
Pythack edited this page Mar 13, 2022
·
5 revisions
If the invert (i) flag is present, the files printed will be those that don’t match each criteria. If the merge (m) flag is present as well, the files printed will be those that don’t match at least one of the criteria.
The syntax is as follows:
permscan [OPTIONS] -iHere are some examples:
permscan --owner root -ipermscan --user ?r-x -ipermscan --group ?--x -i