Skip to content

Using the all (a) flag

Pythack edited this page Mar 15, 2022 · 5 revisions

What is it used for ?

If the all (a) flag is present, permscan will not ignore entries starting with ..

How to use it ?

The syntax is as follows:

permscan [OPTIONS] -a

Examples

Here are some examples:

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