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
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What is the difference between break and continue commands?
What is sudo command?
How can you get the value of pi till a 100 decimal places?
Is bash a shell script?
Why do we write bin bash in shell scripts?
What is path variable bash?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
How do we create command aliases in a shell?
How can I send a mail with a compressed file as an attachment?
How to write a function?
What will happen to my current process when I execute a command using exec?
How to calculate the number of passed arguments?
What does $1 mean in bash?
What is c in shell script?