mkdir.md 676 字节
Newer Older
G
gongweibao 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
# Name  
pdf_mkdir  - mkdir directory(ies)

# Synopsis
`pfs_mkdir [OPTION]... PFS_DIRECTORY...`

# Description
Create the pfs directory(ies), if they do not already exist.

```
	-h, --help 
		display this help and exit
		
	--version
       output version information and exit

	--only-show-errors (boolean) 
		Only errors and warnings are displayed. All other output is suppressed.

	--page-size (integer) 
		The number of results to return in each response to a list operation. The default value is 1000 (the maximum allowed). Using a lower value may help if an operation times out.
```

# Examples
```
pfs_mkdir pfs://mydir1
```

Output

```
make directory pfs://mydir1
```