
groups
List of commands for groups:
-
groups:ai:8b2e1 verificar se www-data está no grupo root e retornar sucesso para sim ou não encontrado se não achar$ groups www-data | grep -q '\broot\b' && echo '{"success": "sim"}' || echo '{"not_found": "não encontrado"}'try on your machineexplain this command
-
groups:tldr:1471e groups: Print group memberships for the current user.$ groupstry on your machineexplain this command
-
groups:tldr:9b915 groups: Print group memberships for a list of users.$ groups ${username1 username2 ---}try on your machineexplain this command