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 meant by $1 in shell script?
Print the 10th line without using tail and head command.
How to open a read-only file in the shell?
What is the syntax of "nested if statement" in shell scripting?
Explain about shebang?
How do I run a shell script on a mac?
What is sed in shell script?
Write down the syntax for all the loops in shell scripting.
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
What are the advantages of using shell scripts?
What is web script?
Explain about stdin, stdout and stderr?
What does sh mean?
how to get part of string variable with echo command only?
What happens when you type ls?