From 6b228b99f05c1fb76de55ccaedd152f34dce7201 Mon Sep 17 00:00:00 2001 From: borekon Date: Mon, 24 Mar 2025 10:36:38 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1ade=20el=20usuario=20creado=20al=20grupo?= =?UTF-8?q?=20sudo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- new.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/new.sh b/new.sh index c3f3282..eea72bb 100644 --- a/new.sh +++ b/new.sh @@ -11,4 +11,5 @@ cp /etc/skel/.bash_aliases /root/.bash_aliases echo -e ${YELLOW}Nuevo usuario: ${NC} read usuario adduser $usuario +usermod -AG sudo $usuario echo -e ${GREEN}Done${NC} \ No newline at end of file