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
Write the syntax for "if" conditionals in linux?
How will you find the 99th line of a file using only tail and head command?
What is bash eval?
What is the equivalent of a file shortcut that we have a window on a linux system?
How can you find out how long the system has been running?
Print the 10th line without using tail and head command.
What is shell company all about?
What can you do with powershell?
Differentiate between ‘ and ” quotes.
What does chmod do?
How to set an array in linux?
What is the use of "$#" in shell scripting?
What does .sh file contain?
What are the two files of crontab command?
What is the significance of the shebang line in shell scripting?