How to Create a Group and Add Users in Linux (Ubuntu) Using Terminal Commands

Tiempo de lectura: 2 minutosReading time: 2 minutes Photo by John Tekeridis on Pexel We are going to create a group called grupoDevCodeLight. To do this, we will use groupadd as shown below: sudo groupadd grupoDevCodeLight If prompted, enter the administrator (root) password. Now, we will verify that the group has been created successfully using the following command: sudo … Read more








