Unix and Linux Discussions Tagged with create |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
17,462 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
67,973 |
Shell Programming and Scripting |
|
|
|
6 |
5,061 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,353 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,217 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
18,636 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,277 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
4,636 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
20,700 |
Debian |
|
|
|
4 |
4,919 |
Shell Programming and Scripting |
|
|
|
9 |
5,507 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
6,519 |
Programming |
|
|
|
8 |
4,535 |
Shell Programming and Scripting |
|
|
|
2 |
5,872 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,250 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,991 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
3,686 |
AIX |
|
|
|
6 |
7,149 |
What is on Your Mind? |
|
|
|
7 |
1,887 |
Shell Programming and Scripting |
|
|
|
2 |
2,454 |
Shell Programming and Scripting |
|
|
|
1 |
2,964 |
Shell Programming and Scripting |
|
|
|
0 |
4,007 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,142 |
What is on Your Mind? |
|
|
|
2 |
11,202 |
Shell Programming and Scripting |
|
|
|
1 |
2,169 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
36,559 |
Shell Programming and Scripting |
|
|
|
4 |
8,376 |
Solaris |
|
|
|
0 |
2,231 |
UNIX and Linux RSS News |
|
|
|
0 |
3,432 |
OS X Support RSS |
|
|
|
3 |
14,386 |
Programming |
|
|
|
0 |
3,196 |
OS X Support RSS |
|
|
|
0 |
3,590 |
UNIX and Linux RSS News |
|
|
|
1 |
3,255 |
Shell Programming and Scripting |
|
|
|
2 |
3,074 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,644 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
6,947 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
9,487 |
Programming |
|
|
|
4 |
17,974 |
Solaris |
|
|
|
5 |
62,845 |
Shell Programming and Scripting |
|
|
|
3 |
10,646 |
SCO |
create directory(1m) create directory(1m)
NAME
create directory - Creates a directory
SYNOPSIS
cdscp create directory directory-name [clearinghouse clearinghouse-name]
ARGUMENTS
The full name of the directory The name of the clearinghouse in which you create the directory.
DESCRIPTION
The create directory command creates a directory with the name that you specify. If you do not specify a clearinghouse, CDS creates the
master replica of the directory in the same clearinghouse as the new directory's parent directory.
Privilege Required
You must have the following permissions in order to create a directory: read and insert permission to the parent directory; write permis-
sion to the clearinghouse in which the master replica of the new directory is to be stored.
In addition, the server principal must have read and insert permission to the parent directory.
NOTES
To ensure that all replicas are consistent, perform an immediate skulk of the parent directory after issuing this command.
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE.
EXAMPLE
The following command creates a directory named /.:/sales. cdscp> create directory /.:/sales
RELATED INFORMATION
Commands: delete directory(1m), list directory(1m), set directory(1m), set directory to skulk(1m), show directory(1m)
create directory(1m)