From command line how will you add a user account?
Answers were Sorted based on User's Feedback
Answer / srinivas kalvacherla
#useradd -u userid
-d user home dir
-g primary group
-G secondary groups
-c coment
-s shell
-e expiry date
-m usera/c
-p project name
-R role
Regards
kalvacherla.srinivas@gmail.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajan.v.r
$adduser <username>
$passwd <username>
then it will ask passward.....
| Is This Answer Correct ? | 2 Yes | 1 No |
What is the main advantage of creating links to a file instead of copies of the file?
Could you tell something about the Unix System Kernel?
What is a daemon?
What is default permissions for others in a file?
what is a profile?
what happens when we create a file system?
What is the job responsibility of a System Administrator (UNIX/LINUX),briefly describe (Also point out system admin's daily job details),specify job type & job description?
2 Answers HP, ICS Integrated Computer Solutions, TCS,
How to setup display for a remote system?
From command line how will you add a user account?
very first process created by kernell?
why unix command can be divided into internal and external command
What do you mean by u-area (user area) or u-block?