HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL
SHELL SCRIPT?
Answer Posted / nimal
#!/bin/sh
for i in {1..10)
do
echo "creating user"$i;
useradd user$i;
done
to list the created users.
cat /etc/passwd
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Is shell a part of kernel?
What is path variable bash?
Why are there shells on the beach?
What is shell application?
What are the different types of commonly used shells on a typical linux system?
What is console line?
Is shell scripting useful?
Write a command sequence to find the count of each word?
What is difference between bash and shell?
What is c in shell script?
What is mac default shell?
What is a program shell?
What is .sh file in mac?
What is shell geeksforgeeks?
what is info area how many types?