2 .\" Copyright (c) 2001, Sun Microsystems, Inc.
3 .\" All Rights Reserved.
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH PROJDEL 1M "May 4, 2004"
9 projdel \- delete a project from the system
13 \fBprojdel\fR [\fB-f\fR \fIfilename\fR] \fIproject\fR
19 The \fBprojdel\fR utility deletes a project from the system and makes the
20 appropriate changes to the system file.
24 The following options are supported:
28 \fB\fB-f\fR \fIfilename\fR\fR
31 Specify the project file to modify. If no \fIfilename\fR is specified, the
32 system project file, \fB/etc/project\fR, is modified.
38 The following operands are supported:
45 The name of the project to be deleted.
51 The following exit values are returned:
58 Successful completion.
67 The command syntax was invalid. A usage message for \fBprojdel\fR is displayed.
76 An invalid argument was provided to an option.
85 The \fIprojid\fR given with the \fB-p\fR option is already in use.
94 The project files contain an error. See \fBproject\fR(4).
103 The project to be modified, group, user, or resource does not exist.
112 The project is already in use.
121 Cannot update the \fB/etc/project\fR file.
128 \fB\fB/etc/project\fR\fR
146 See \fBattributes\fR(5) for descriptions of the following attributes:
154 ATTRIBUTE TYPE ATTRIBUTE VALUE
156 Interface stabilty See below.
161 Invocation is evolving. Human readable output is unstable.
165 \fBprojects\fR(1), \fBgroupadd\fR(1M), \fBgroupdel\fR(1M), \fBgroupmod\fR(1M),
166 \fBgrpck\fR(1M), \fBlogins\fR(1M), \fBprojadd\fR(1M), \fBprojmod\fR(1M),
167 \fBuseradd\fR(1M), \fBuserdel\fR(1M), \fBusermod\fR(1M), \fBproject\fR(4),
172 In case of an error, \fBprojdel\fR prints an error message and exits with a
177 \fBprojdel\fR deletes a project definition only on the local system. If a
178 network name service such as \fBNIS\fR or \fBLDAP\fR is being used to
179 supplement the local \fB/etc/project\fR file with additional entries,
180 \fBprojdel\fR cannot change information supplied by the network name service.