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.

Issa said:   1 decade ago
To add a new user account, follow these steps:

Start linuxconf.
Click the Config tab.
Expand the tree browser under Users Accounts, Normal, User Accounts.
Click on User Accounts. You should now see the Users Accounts panel.
Click Add.
Complete the required fields.
Click Accept.

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

Anant said:   1 decade ago
I don't know how we use linuxconf but you can also add a new user from,

[root@localhost ~]# system-config-users.

Devi said:   1 decade ago
Have tried creating the user using linuxconf but getting error could any one please suggest.

Savi said:   1 decade ago
Linuxconf command isn't there in man pages, So how to add by using linuxconf please tell me?

Divya Gupta said:   1 decade ago
Please tell how the linuxconf is used to add user it is used to configure the Linux?

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

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

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

And this is possible in cmd mode?


Post your comments here:

Your comments will be displayed after verification.