Previous Topic

Next Topic

Book Contents

Book Index

create/directory

Create a new directory.

The CREATE command will add a new directory to the database.

General Format

create/directory directory_name [/qualifiers]

Alternate

mkdir directory_name [-qualifiers]

Qualifier Summary

general qualifiers:

/acl = (ace,ace...)

/owner = uic

/protection = (s:rwedc,o:rwedc,g:rwedc,w:rwedc)

/[no]log

/[no]confirm

/node = target_node

Examples

C:\> schedule create/directory \jjones\rno\ /protection=g:rwedc/log

Created \jjones\rno\

Qualifiers

/confirm
/noconfirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected job is the correct one.

/hostname=host_name

The qualifier specifies what node (either local or remote) you want the operation performed on.

/log
/nolog

The LOG qualifier causes each completed operation to issue a note to the user.

/owner=uic

The OWNER qualifier specifies the owner UID/GID code for the directory.

/protection=(s:rwedc,o:rwedc,g:rwedc, w:rwedc)

The PROTECTION qualifier specifies the UIC based access rights for the file.

See Also

DIRECTORY commands

delete/directory

directory/directory

modify/directory

rename/directory