Closed herbertrivera closed 1 month ago
Hi, how can I add another username and password for use with another device?
sudo useradd --shell /usr/sbin/nologin new_username echo "new_username:new_password" | sudo chpasswd
Please Re Run the main script to enable username and password, then use abobe commands to add new user.
Hi, how can I add another username and password for use with another device?