Skip to content

Using the merge (m) flag

gmnsii edited this page Mar 15, 2022 · 3 revisions

What is it used for ?

If the merge (m) flag is present, the files printed will be those that match at least one of the criteria. If the invert (i) 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] -m

Examples

Here are some examples:

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