Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 1 (Q.No. 11)
11.
How can you add Amit, a new user, to your system?
Using useradd
Using adduser
Using linuxconf
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
16 comments Page 2 of 2.

Jagdishnegi said:   10 years ago
How can possible answer D?

Inderjeet said:   9 years ago
Useradd command is used for creating a user.

BIBIN JOHN said:   8 years ago
We can add a user in a linux system by using the command useradd username.

Ashish said:   8 years ago
@ALL.

" linuxconf " command is deprecated since 2001 so it won't work on your terminal. But previously it is in use as a GUI interface using " linuxconf & ".

Matish said:   7 years ago
@All.

useradd -c "comments/info about user" -s /bin/ksh -d /home/username -u <give the unique user id> -g <primary group> -G <secondary groups> username.

useradd -c "linux user" -s /bin/ksh/sh/bash/csh -d /home/linux -u 12344 -g linux -G admin linux.

Sumanth said:   4 years ago
I think Linuxconf it not working.


Post your comments here:

Your comments will be displayed after verification.