17 lines
412 B
Bash
17 lines
412 B
Bash
# Title: Variables - knw_grps
|
|
# ID: knw_grps
|
|
# Author: Carlos Polop
|
|
# Last Update: 22-08-2023
|
|
# Description: Known groups
|
|
# License: GNU GPL
|
|
# Version: 1.0
|
|
# Functions Used:
|
|
# Global Variables:
|
|
# Initial Functions:
|
|
# Generated Global Variables: $knw_grps
|
|
# Fat linpeas: 0
|
|
# Small linpeas: 1
|
|
|
|
|
|
knw_grps='\(lpadmin\)|\(cdrom\)|\(plugdev\)|\(nogroup\)' #https://www.togaware.com/linux/survivor/Standard_Groups.html
|