Create a new user belongs “admin” group called ‘user1’
useradd -c "Name Surname " -g admin -d /home/user1 -s /bin/bash user1
There is a simpler command too…
useradd user1
Byte sized tech know-how.
Create a new user belongs “admin” group called ‘user1’
useradd -c "Name Surname " -g admin -d /home/user1 -s /bin/bash user1
There is a simpler command too…
useradd user1
Copyright © 2024 Txt