bash script add another user

Solutions on MaxInterview for bash script add another user by the best coders in the world

showing results for - "bash script add another user"
Federica
28 Nov 2019
1sudo adduser myuser --gecos "First Last,RoomNumber,WorkPhone,HomePhone" --disabled-password
2echo "myuser:password" | sudo chpasswd
3
similar questions
queries leading to this page
bash script add another user