answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What command is used to create a users group?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command-line utilities is used to create new group objects?

DSADD


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


Which command displays the users who are currently logged into the Linux system?

There are a series of commands, depending on what and how much information you want on logged in users. The commands are: who w users finger (if installed)


Which command is used to create a table?

CREATE TABLE command is used to create table. Syntax of creating a TABLE is: CREATE TABLE ( [] []); ex: create table emp (ecode integer, ename char(20));


Which command is used to assign rights and privileges to users?

chown user filename


Can the group command can be used with vectors but not bitmaps?

Yes biologically the sause is that to command


What type of group is used for sending email messages to a group of users?

distribution


Which type of group can be used to assign permissions to a group of users?

Provide users or groups with the least amount of privileges required to do their job


What command is used to create a cell name?

Site of use


Which recovery console command is used to delete partitions?

Diskpart CommandThe diskpart command is a Recovery Console command used to create or delete partitions on hard drives.


What tools can be used to create new user accounts?

, there is a plenty of options available. 1. Active Directory Users and Computers (from Administrative Tools) 2. dsadd user - command line tool (see the dsadd user help in command line window) 3. CSVDE.EXE - command line tool to import/create the users using CSV file 4. LDIFDE.EXE - command line tool to import/create the users using LDF file (not very convenient for this). And additionaly there exist many scripts in various scripting languages. There can be also some GUI-based tools downloaded. Regards Martin Babarik MCT, MCSE, MCSA, MCITP, MCTS, MCITP, MCDST, MCP, CEH, CTT+, Security+, Network+


What is a group ID in Linux?

Every user of Linux is belonging to at least one group. GID (Group ID) is used to identify the group. A group can have many users. Also whenever a user is created in Linux a Group is created with the same name. You can find group information in /etc/group file. To display contents of file use command cat /etc/group