The top of the Files section hierarchy is a folder.
Determine where to create the folder.
For example, create a folder in the web-server folder.
Create and name the folder.
$ changemgr mkdir [ -u username ] [ -p file ] reldirpath ... |
Specify the user name to authenticate. If this option is not specified, the user is the current UNIX user.
file consists of a single line, which contains the password. If file is -, then the user can supply the password as standard input.
If the -p option is not supplied, then the changemgr command prompts the user for his password.
Specifies the path to a folder that is relative to the top of the Change Manager repository.
Choose a meaningful name that indicates the types of files the folder contains. For example, create a folder named apache in which to store objects related to the Apache web server.
Suzi creates the apache folder in the web-server folder.
$ changemgr mkdir -p .pfile /web-server/apache |