Thursday, April 28, 2011

Management group with the Command Line

Adding Group Accounts
Making group determines access rights settings file or directory
can be used by each user in one group. The addition of group in
system Debian GNU / Linux can use the following command:
debian: ~ # groupadd-g value namagroup
Note:
• -G: group ID
• value: The value of group ID
• namagroup: loaded with an existing group name to create.

For example:
You want to create a group with linuxer name, then the command
used are:
debian: ~ # groupadd-g 500 linuxer

Deleting Group Account
Elimination of group accounts on a GNU / Linux can use
following command:
debian: ~ # groupdel namagroup
For example:
The author will delete the group account linuxer contained in the system
Debian GNU / Linux, the command used is:
debian: ~ # groupdel linuxer

No comments:

Post a Comment