4.2. 将文件附加到您提给命令行助手的问题中
您可以将文件附加到 RHEL Lightspeed 支持的命令行助手。通过这样做,助手可根据该文件提供定制的响应。
例如:如果要在另一个系统上复制卷组、逻辑卷和文件系统,您可以创建一个带有存储信息的文件,并运行命令行助手来获取在另一个系统上复制该特定存储分区所需的步骤。例如:
c --attachment <storage_info>
$ c --attachment <storage_info>
(可选)使用 attachment
命令的短版本。例如:
c -a <storage_info>
$ c -a <storage_info>
您还可以将附件与问题合并:
c --attachment <storage_info> "how can I replicate the storage configuration in another system"
$ c --attachment <storage_info> "how can I replicate the storage configuration in another system"