Linux user creation without useradd

Publicado em: 28 Março 2017
no 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.


Nesta página do site você pode assistir ao vídeo on-line Linux user creation without useradd duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Tech Tuxedo 28 Março 2017, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 3,583 vezes e gostou 33 espectadores. Boa visualização!