Creating a Directory

The following file attribute instructs CopyTarget to create the directory ${TARGET_DIRECTORY}/usr/bin/ with permission 0644 and ownership nvidia:nvidia, where ${TARGET_DIRECTORY} is the target directory provided to CopyTarget.

Note:

If the destination directory already exists, the metadata of the ${TARGET_DIRECTORY}/usr/bin/ is set to values specified, overriding any original values..

fileList:
    - destination: /usr/bin/
      perm: 644
      owner: nvidia
      group: nvidia