Tengo algunas dudas con el uso del comando id en Linux ...
He agregado un usuario (andre) al grupo "github-total", hazlo si hago id andre obtuve:
$ id andre
uid=500(andre) gid=500(andre) groups=500(andre),502(github-total) context=user_u:system_r:unconfined_t
Pero si solo hago id :
$ id
uid=500(andre) gid=500(andre) groups=500(andre) context=user_u:system_r:unconfined_t
La cuestión es que el usuario "andre" no asume que está en el grupo "github-total" cuando ejecuto solo id sin argumento. Y en realidad el usuario no está en el grupo.
Entonces mi pregunta es ... ¿Cómo puedo agregar el usuario "andre" al grupo "github-total"?
Atentamente,
Perdon por mi inglés.