-
Notifications
You must be signed in to change notification settings - Fork 0
Using the rwx options
Pythack edited this page Mar 13, 2022
·
6 revisions
The user option allows you to filter your files based on the permissions the owner of the file has on the file.
The syntax is as follows:
permscan --user ?rwxThe user option allows you to filter your files based on the permissions the group that owns the file has on the file.
The syntax is as follows:
permscan --group ?rwxThe user option allows you to filter your files based on the permissions the users that does not own the file has on the file.
The syntax is as follows:
permscan --other ?rwxHere are some examples:
permscan --user ?rwxpermscan --group ?r-xpermscan --other ?--xWe require a ? before the rwx format because if you enter a rwx format like this one: --x or this one :-wx (one that starts with a -) the thing might be detected as a command flag or option