1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.\" @(#)$RCSfile: nsentergrpmap.man,v $ $Revision: 3144 $ $Date: 2010-02-04 11:55:10 +0100 (Thu, 04 Feb 2010) $ CERN IT-GD/ITR Jean-Philippe Baud
.\" Copyright (C) 2006-2009 by CERN/IT/GD/ITR
.\" All rights reserved
.\"
.TH NSENTERGRPMAP 1 "$Date: 2010-02-04 11:55:10 +0100 (Thu, 04 Feb 2010) $" CASTOR "Cns Administrator Commands"
.SH NAME
nsentergrpmap \- define a new group entry in Virtual Id table
.SH SYNOPSIS
.B nsentergrpmap
[
.BI --gid " gid"
]
.BI --group " groupname"
.SH DESCRIPTION
.B nsentergrpmap
defines a new group entry in Virtual Id table.
.LP
This command requires ADMIN privilege.
.SH OPTIONS
.TP
.BI --gid " gid"
specifies the Virtual Group Id.
If this parameter is absent, the next available id is allocated.
.TP
.BI --group " groupname"
specifies the new group name.
It must be at most 255 characters long.
.SH EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation
failed.
.SH SEE ALSO
.B Cns_entergrpmap(3)
|