Unleashed v1.4
[unleashed.git] / share / man / man8 / projdel.8
blob970b60564fe13ce6417e6930b8fb6db9c66eac91
1 '\" te
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"
8 .SH NAME
9 projdel \- delete a project from the system
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fBprojdel\fR [\fB-f\fR \fIfilename\fR] \fIproject\fR
14 .fi
16 .SH DESCRIPTION
17 .LP
18 The \fBprojdel\fR utility deletes a project from the system and makes the
19 appropriate changes to the system file.
20 .SH OPTIONS
21 .LP
22 The following options are supported:
23 .sp
24 .ne 2
25 .na
26 \fB\fB-f\fR \fIfilename\fR\fR
27 .ad
28 .RS 15n
29 Specify the project file to modify. If no \fIfilename\fR is specified, the
30 system project file, \fB/etc/project\fR, is modified.
31 .RE
33 .SH OPERANDS
34 .LP
35 The following operands are supported:
36 .sp
37 .ne 2
38 .na
39 \fB\fIproject\fR\fR
40 .ad
41 .RS 11n
42 The name of the project to be deleted.
43 .RE
45 .SH EXIT STATUS
46 .LP
47 The following exit values are returned:
48 .sp
49 .ne 2
50 .na
51 \fB\fB0\fR\fR
52 .ad
53 .RS 6n
54 Successful completion.
55 .RE
57 .sp
58 .ne 2
59 .na
60 \fB\fB2\fR\fR
61 .ad
62 .RS 6n
63 The command syntax was invalid. A usage message for \fBprojdel\fR is displayed.
64 .RE
66 .sp
67 .ne 2
68 .na
69 \fB\fB3\fR\fR
70 .ad
71 .RS 6n
72 An invalid argument was provided to an option.
73 .RE
75 .sp
76 .ne 2
77 .na
78 \fB\fB4\fR\fR
79 .ad
80 .RS 6n
81 The \fIprojid\fR given with the \fB-p\fR option is already in use.
82 .RE
84 .sp
85 .ne 2
86 .na
87 \fB\fB5\fR\fR
88 .ad
89 .RS 6n
90 The project files contain an error. See \fBproject\fR(4).
91 .RE
93 .sp
94 .ne 2
95 .na
96 \fB\fB6\fR\fR
97 .ad
98 .RS 6n
99 The project to be modified, group, user, or resource does not exist.
103 .ne 2
105 \fB\fB9\fR\fR
107 .RS 6n
108 The project is already in use.
112 .ne 2
114 \fB\fB10\fR\fR
116 .RS 6n
117 Cannot update the \fB/etc/project\fR file.
120 .SH FILES
121 .ne 2
123 \fB\fB/etc/project\fR\fR
125 .RS 16n
126 System project file
129 .SH ATTRIBUTES
131 See \fBattributes\fR(5) for descriptions of the following attributes:
136 box;
137 c | c
138 l | l .
139 ATTRIBUTE TYPE  ATTRIBUTE VALUE
141 Interface Stability     See below.
146 Invocation is evolving. Human readable output is unstable.
147 .SH SEE ALSO
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),
152 \fBattributes\fR(5)
153 .SH DIAGNOSTICS
155 In case of an error, \fBprojdel\fR prints an error message and exits with a
156 non-zero status.
157 .SH NOTES
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.