Linux user creation without useradd

Publié le: 28 mars 2017
sur la chaîne: 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.


Sur cette page du site, vous pouvez voir la vidéo en ligne Linux user creation without useradd durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Tech Tuxedo 28 mars 2017, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 3,583 fois et il a aimé 33 téléspectateurs. Bon visionnage!