How to write a shell script ?

My question is how to create multiple users , using shell script ?
How to check the script is successfully execute or not?

Showing Answers 1 - 3 of 3 Answers

Amita

  • Oct 31st, 2015
 

I do not have idea about how to create multiple user but we can check successfull execution of script by $? If it returns zero that means script is executed successfully.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions