HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL
SHELL SCRIPT?
Answer Posted / pitambar mishra
My dear friends,
you have used 'useradd' command in the script through which we can only add the user name. But for adding password you should use 'passwd' command because password is also mandatory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sh in shell script?
What is gui scripting?
What does sh mean?
Explain about debugging?
Which shell is the best?
What is the first line in every perl script called?
How do you know which shell I am using?
How do I run a bin bash script?
Is powershell a language?
What is the first line in a shell script?
What is sed in shell script?
Explain about return code?
Write a script to print the first 10 elements of fibonacci series.
What are script files?
What is the difference between break and continue commands?