Linux user creation without useradd

Publicado el: 28 marzo 2017
en el canal de: Tech Tuxedo
3,583
33

How to add a user in linux without using useradd command. Hint it makes use of passwd, group and shadow file.

Commands

edit /etc/passwd
techtuxedo555:x:999:999:This is without useradd:/home/techtuxedo555:/bin/bash

edit /etc/group
techtuxedo555:x:999:

chown techtuxedo555 /home/techtuxedo555
chgrp techtuxedo555 /home/techtuxedo555

and the user is ready for use.


En esta página del sitio puede ver el video en línea Linux user creation without useradd de Duración hora minuto segunda en buena calidad , que subió el usuario Tech Tuxedo 28 marzo 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 3,583 veces y le gustó 33 a los espectadores. Disfruta viendo!