#/bin/bash ## Explicitly define uid, tet_password and newuser. Execute the script in a local directory as root to add the newuser uid=1063 newuser=diaa test_password=4vt2Lks2m useradd -u $uid -g users -p $test_password $newuser