This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
usuario1="avaro" | |
usuario2="kelvin" | |
GROUP="casa" | |
echo "iniciando la creacion de los usuarios" | |
#crea el usuario alvaro | |
useradd -m -d /home/$usuario1 -s /bin/bash $usuario1 |