For those too dependent on GUI may facing a lot of problem when they turn to Command Line Environment. When user want to add user in command line, a lot of question mark will come out from their mind. How to add user without interface.
Setup a password:
Code:
useradd techcare
Code:
passwd tech123
Comments
Post a Comment