File resources are managed using cobbler file add, allowing you to create and delete files on a system.
Create the file. [Default]
Remove the file.
Permission mode (as in chmod).
The group owner of the file.
The user for the file.
The path for the file.
The template for the file.
$ cobbler file add --name=string --comment=string [--action=string] --mode=string --group=string \
--user=string --path=string [--template=string]