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 1 of 2.

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

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.

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 & ".

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

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

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

Sachin said:   10 years ago
How to use linuxconf command for useradd ?

And this is possible in cmd mode?

MONIKA said:   1 decade ago
How is it possible in putty man linuxconf is not there its showing Error Command.

Satyam said:   1 decade ago
Could anyone tell me, how to use these commands like : useradd, adduser, Linuxconf ?

Antriksh said:   1 decade ago
useradd - Create a new user or update default new user information.


Post your comments here:

Your comments will be displayed after verification.