Adding a new user in Linux
SSH to the machine, switch to root, then:
useradd -u uid -g group -m username
(-u and -g are optional)
then:
passwd username
to define the user password.
done!
SSH to the machine, switch to root, then:
useradd -u uid -g group -m username
(-u and -g are optional)
then:
passwd username
to define the user password.
done!
get my root passwrd
make my root paswrd work