Linux user creation without useradd

Published: 28 March 2017
on channel: 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.


On this page of the site you can watch the video online Linux user creation without useradd with a duration of hours minute second in good quality, which was uploaded by the user Tech Tuxedo 28 March 2017, share the link with friends and acquaintances, this video has already been watched 3,583 times on youtube and it was liked by 33 viewers. Enjoy your viewing!