重命名配置文件。
语法
rename [--scope=<user|host>] [--entity=<entity>] <profile name> <newname>
--scope=<user|host>:配置文件的范围,可以是用户或主机。如果未指定,则默认范围为用户。
--entity=<entity>:配置文件所在的元素。如果未指定,则默认为根组织或根域中的元素(由 --scope 选项确定)。
<profile name>:要重命名的配置文件的当前名称。
<newname>:配置文件的新名称。如果在同一层上已经存在同名同范围的配置文件,命令将会退出并报告错误。
% pgtool rename NewUserProfile2 renamedNewUserProfile2
将根组织中的配置文件 "NewUserProfile2" 重命名为 "renamedNewUserProfile2"。