Preguntas etiquetadas con dd

9
Cómo agregar un usuario unix / linux en un script bash

Aquí está mi script de prueba bash. No puedo hacer que funcione. Estoy viendo dos errores: Use of uninitialized value $answer in chop at /usr/sbin/adduser line 589. Use of uninitialized value $answer in pattern match (m//) at /usr/sbin/adduser line 590. Aquí está mi guión: #!/bin/bash sudo...