“Vea qué grupos hay un usuario en Linux” Código de respuesta

Verifique qué usuarios forman parte de un grupo Linux

grep 'group-name-here' /etc/group
Poised Partridge

¿Qué es el usuario y el grupo en Linux?

User: the owner of the file (person who created the file).
Group:the group can contain multiple users. Therefore, all users in that group will have the same permissions. It makes things easier than assign permission for every user you want.
Soumyaranjan Rout

Vea qué grupos hay un usuario en Linux

# this will display what groups the active user is in
groups
Graceful Gnu

Grupos de usuarios de Linux

 groups $username
Acry

Respuestas similares a “Vea qué grupos hay un usuario en Linux”

Preguntas similares a “Vea qué grupos hay un usuario en Linux”

Más respuestas relacionadas con “Vea qué grupos hay un usuario en Linux” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código