https://github.com/jef-nunes/gr-usuarios-linux
Gerenciamento de usuários locais no Linux através de scripts.
https://github.com/jef-nunes/gr-usuarios-linux
bash linux python
Last synced: about 1 year ago
JSON representation
Gerenciamento de usuários locais no Linux através de scripts.
- Host: GitHub
- URL: https://github.com/jef-nunes/gr-usuarios-linux
- Owner: jef-nunes
- License: gpl-3.0
- Created: 2025-06-08T20:41:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T20:45:11.000Z (about 1 year ago)
- Last Synced: 2025-06-08T21:29:42.133Z (about 1 year ago)
- Topics: bash, linux, python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Linguagens
Os scripts estão disponíveis em versões shell script e python.
## Lista de scripts
+ **gerar_senha**: Gera uma senha aleatória e forte e em seguida exibe o resultado no terminal.
+ **info_usuario**: Mostrar alguns detalhes sobre o usuário o qual chamar esse script.
+ **listar_usuarios**: Listar os usuários registrados no sistema.
+ **registrar_usuario**: Prompt interativo para registrar novas contas de usuários.
+ **remover_usuario**: Remover uma conta de usuário e seus diretórios.
+ **usuario_existe**: Verificar se um dado nome de usuário esta registrado no sistema.