man tinha a resposta que eu perdi antes:
grpconv
link :
The grpconv command creates gshadow from group and an optionally existing gshadow.
executando grpck
para verificar os grupos, vejo esses erros:
'twinky' is a member of the 'foo' group in /etc/group but not in /etc/gshadow
'dipsy' is a member of the 'foo' group in /etc/group but not in /etc/gshadow
'laalaa' is a member of the 'foo' group in /etc/group but not in /etc/gshadow
'po' is a member of the 'foo' group in /etc/group but not in /etc/gshadow
'noonoo' is a member of the 'foo' group in /etc/group but not in /etc/gshadow
'dipsy' is a member of the 'foo' group in /etc/group but not in /etc/gshadow
...
... e por alguns. Não sei como isso aconteceu e gostaria de limpá-lo. Eu sei que eu poderia editar manualmente o /etc/gshadow
, mas eu prefiro deixar o sistema operacional fazer isso, para evitar erros de digitação e trabalho manual.
Existe alguma coisa que possa reconciliar automaticamente um grupo no gshadow? Talvez algo como (inventando isso):
# grpfix foo
Eu experimentei man em vários comandos relacionados a grupos e pesquisei por aí, mas até agora não consegui encontrar a resposta.
man tinha a resposta que eu perdi antes:
grpconv
link :
The grpconv command creates gshadow from group and an optionally existing gshadow.
Tags user-management linux shell