answersLogoWhite

0


Best Answer

#!/bin/bash

useradd username

usermod username usergroup

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do I answer his question Plan write and test a shell script that could automate the task of creating new users and assigning them to a group?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What can javascript do?

Java script can be used to automate simple tasks that may be repetitive to computer users. You can also use java script in web pages to have interaction with the user.


How do you make group members on one team on roblox?

You will have to use a special Team Assigning script that can be found in Free Models.


How do you equate a php variable to a javascript variable?

Ideal thing would be to retrieve the value from PHP using AJAX and then assigning it to a java script variable. Thereafter compare it to the java script variable that is already present.


Where can you find the American Idiot musical script?

I will answer you're question with a question. Where can't you get it?


How much for a script?

It's unclear whether you want a computer script in the JavaScript language, or a telvision and film script. Please ask a more specific question.


Why would someone write a scenario before writing a full script?

There are several reasons someone might write a scenario before writing a full script. These reasons include understanding the fundamental concept that drives the plot and creating a basic outline for your full script.


How do you display listbox selected value to texbox in php?

It is better you use Java Script cause posting onto a server and returning a value is some serious business compared to simple client side assigning of value done by Java Script. If your listbox select value comes from database use AJAX


What are some of the services provided by Fantastico?

Fantastico is a commercial script library that is used to automate the installation of web applications to a website. There are more than 50 applications that are associated with Fantastico scripts including Wordpress, Wikis and Blogs.


Before creating Grey's Anatomy Shonda Rhimes wrote the script for Crossroads a bomb starring what singer?

Britney Spears


You are creating a web page you want to ensure users who have older browsers that cannot display javascript can still view your home page how should you proceed?

Just enclose all your scripts in <!-- --> So for example: <script type="text/javascript"> <!-- Your script here --> </script> That way, older browsers will skip the script part, while current browsers will just execute the script without any problem.


The script of hair spray?

the answer to your question is.............. well i just know that the script is really long i i dont k now it all but i love the movie i really do


How can you automate the posting of rotating images from your computer to a website using Java?

It is not clear on what you want to do. So I'm going to guess that you want to duplicate a image changing sequence that you have on your desktop and put it on a website. If this is the case then this script will do just that. In the script find the lines that say "image1". "image 2", etc and replace with the file names of your images. Then use the name for the file where the script says "name1", "name2", etc. It will run automatically or manually.