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 8 "Jan 7, 2018"
9 projdel \- delete a project from the system
13 \fBprojdel\fR [\fB-f\fR \fIfilename\fR] \fIproject\fR
18 The \fBprojdel\fR utility deletes a project from the system and makes the
19 appropriate changes to the system file.
22 The following options are supported:
26 \fB\fB-f\fR \fIfilename\fR\fR
29 Specify the project file to modify. If no \fIfilename\fR is specified, the
30 system project file, \fB/etc/project\fR, is modified.
35 The following operands are supported:
42 The name of the project to be deleted.
47 The following exit values are returned:
54 Successful completion.
63 The command syntax was invalid. A usage message for \fBprojdel\fR is displayed.
72 An invalid argument was provided to an option.
81 The \fIprojid\fR given with the \fB-p\fR option is already in use.
90 The project files contain an error. See \fBproject\fR(4).
99 The project to be modified, group, user, or resource does not exist.
108 The project is already in use.
117 Cannot update the \fB/etc/project\fR file.
123 \fB\fB/etc/project\fR\fR
131 See \fBattributes\fR(5) for descriptions of the following attributes:
139 ATTRIBUTE TYPE ATTRIBUTE VALUE
141 Interface Stability See below.
146 Invocation is evolving. Human readable output is unstable.
149 \fBprojects\fR(1), \fBgroupadd\fR(8), \fBgroupdel\fR(8), \fBgroupmod\fR(8),
150 \fBgrpck\fR(8), \fBlogins\fR(8), \fBprojadd\fR(8), \fBprojmod\fR(8),
151 \fBuseradd\fR(8), \fBuserdel\fR(8), \fBusermod\fR(8), \fBproject\fR(4),
155 In case of an error, \fBprojdel\fR prints an error message and exits with a
159 \fBprojdel\fR deletes a project definition only on the local system. If a
160 network name service is being used to
161 supplement the local \fB/etc/project\fR file with additional entries,
162 \fBprojdel\fR cannot change information supplied by the network name service.