Answer to Question #225269 in UNIX/Linux Programming for ntombi

Question #225269

3.13. Create the user with following details:

Login name umcovida shell /bin/bash

Full name Mcovida Lengana Home folder /homestu/umcovida

Default group wanafunzi Group ID 20212



1
Expert's answer
2021-08-13T16:13:21-0400

Two commands - first, we create a group with given name/ID and then create a required user:


groupadd -g 20212 wanafunzi

useradd umcovida -s /bin/bash -d /homestu/umcovida -c "Mcovida Lengana" -g wanafunzi



Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS