This section explains how to use the
qq fs_create_unix_file
command.Description
Create a new pipe, character device, block device or socket
Usage
qq fs_create_unix_file [-h] (--path PATH | --id ID) [--major-minor-numbers major,minor] --name NAME --type TYPE
Flags
Flag Name | Required | Description |
---|---|---|
--path
|
No | Parent directory path |
--id
|
No | Parent directory ID |
--major-minor-numbers
|
No | Major and minor numbers for Character Device or Block Device |
--name
|
Yes | New file name |
--type
|
Yes | Type of UNIX file to create: FS_FILE_TYPE_UNIX_PIPE, FS_FILE_TYPE_UNIX_CHARACTER_DEVICE, FS_FILE_TYPE_UNIX_BLOCK_DEVICE, FS_FILE_TYPE_UNIX_SOCKET |