Skip to content

Using the invert (i) flag

gmnsii edited this page Mar 15, 2022 · 5 revisions

What is it used for ?

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.

How to use it ?

The syntax is as follows:

permscan [OPTIONS] -i

Examples

Here are some examples:

permscan --owner root -i
permscan --user @r-x -i
permscan --group @--x -i
Clone this wiki locally