Skip to content

Using the recursive (r) flag

gmnsii edited this page Mar 27, 2022 · 4 revisions

What is it used for ?

If the recursive (r) flag is present, permscan will recursively traverse the folder.

How to use it ?

The syntax is as follows:

permscan [OPTIONS] -r

Examples

Here are some examples:

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