[Ilugc] One Day One Command (GROUPADD)

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Wed Apr 13 17:41:22 2005

Mr Sridhar R (ILUGC-Member & Final Year Engg Student) has developed
the GNUSim8085, Simulator and Assembler for the 8085 Microprocessor.
Link http://www.sourceforge.net/projects/gnusim8085/

One Day One Command :-
====================

groupadd -- Create a new group

Summary : 

The groupadd command creates a new group account using the values
specified on the command line and the default values from the system.

Example:

# groupadd newgrp -- Create a new group

# groupadd -g 600 newgrp -- Create newgrp with specified Group ID.

# groupadd -f newgrp -- Force flag. Don't show error message.

Read: man groupadd

Bye :)
--
Bharathi S
ODOC -- http://www.livejournal.com/community/ilugc/

** Wish you a Happy Tamil New Year **

Other related posts:

  • » [Ilugc] One Day One Command (GROUPADD) - Bharathi Subramanian