Unix and Linux Discussions Tagged with project |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
8,890 |
Hardware |
|
|
|
14 |
6,681 |
What is on Your Mind? |
|
|
|
1 |
6,267 |
AIX |
|
|
|
0 |
2,111 |
AIX |
|
|
|
0 |
1,486 |
AIX |
|
|
|
0 |
1,330 |
Shell Programming and Scripting |
|
|
|
3 |
1,818 |
Solaris |
|
|
|
7 |
1,506 |
Shell Programming and Scripting |
|
|
|
3 |
1,566 |
Shell Programming and Scripting |
|
|
|
0 |
1,981 |
Solaris BigAdmin RSS |
|
|
|
0 |
1,192 |
Software Releases - RSS News |
|
|
|
0 |
741 |
Software Releases - RSS News |
|
|
|
0 |
755 |
Software Releases - RSS News |
|
|
|
0 |
568 |
Software Releases - RSS News |
|
|
|
1 |
939 |
Software Releases - RSS News |
|
|
|
0 |
629 |
Software Releases - RSS News |
|
|
|
0 |
3,065 |
Cartoons for Geeks |
|
|
|
0 |
584 |
Software Releases - RSS News |
|
|
|
0 |
1,401 |
Shell Programming and Scripting |
|
|
|
0 |
1,128 |
Solaris BigAdmin RSS |
|
|
|
0 |
642 |
Software Releases - RSS News |
|
|
|
0 |
1,294 |
Cartoons for Geeks |
|
|
|
0 |
594 |
Software Releases - RSS News |
|
|
|
0 |
2,837 |
What is on Your Mind? |
|
|
|
0 |
767 |
Software Releases - RSS News |
|
|
|
0 |
1,006 |
UNIX and Linux RSS News |
|
|
|
0 |
1,819 |
UNIX and Linux RSS News |
|
|
|
0 |
3,010 |
UNIX and Linux RSS News |
|
|
|
0 |
1,095 |
UNIX and Linux RSS News |
|
|
|
0 |
4,707 |
Cartoons for Geeks |
|
|
|
0 |
1,836 |
Programming |
|
|
|
0 |
1,646 |
Cartoons for Geeks |
|
|
|
0 |
2,123 |
Cartoons for Geeks |
|
|
|
0 |
724 |
Software Releases - RSS News |
|
|
|
0 |
707 |
Software Releases - RSS News |
|
|
|
0 |
591 |
Software Releases - RSS News |
|
|
|
0 |
817 |
UNIX and Linux RSS News |
|
|
|
0 |
937 |
Software Releases - RSS News |
|
|
|
0 |
1,859 |
Cartoons for Geeks |
|
|
|
0 |
727 |
Software Releases - RSS News |
projdel(1M) System Administration Commands projdel(1M)
NAME
projdel - delete a project from the system
SYNOPSIS
projdel [-f filename] project
DESCRIPTION
The projdel utility deletes a project from the system and makes the appropriate changes to the system file.
OPTIONS
The following options are supported:
-f filename Specify the project file to modify. If no filename is specified, the system project file, /etc/project, is modified.
OPERANDS
The following operands are supported:
project The name of the project to be deleted.
EXIT STATUS
The following exit values are returned:
0 Successful completion.
2 The command syntax was invalid. A usage message for projdel is displayed.
3 An invalid argument was provided to an option.
4 The projid given with the -p option is already in use.
5 The project files contain an error. See project(4).
6 The project to be modified, group, user, or resource does not exist.
9 The project is already in use.
10 Cannot update the /etc/project file.
FILES
/etc/project System project file
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWesu |
+-----------------------------+-----------------------------+
|Interface stabilty | See below. |
+-----------------------------+-----------------------------+
Invocation is evolving. Human readable output is unstable.
SEE ALSO
projects(1), groupadd(1M), groupdel(1M), groupmod(1M), grpck(1M), logins(1M), projadd(1M), projmod(1M), useradd(1M), userdel(1M), user-
mod(1M), project(4), attributes(5)
DIAGNOSTICS
In case of an error, projdel prints an error message and exits with a non-zero status.
NOTES
projdel deletes a project definition only on the local system. If a network name service such as NIS or LDAP is being used to supplement
the local /etc/project file with additional entries, projdel cannot change information supplied by the network name service.
SunOS 5.10 4 May 2004 projdel(1M)