3.3.12. 运行 Shell 命令(shell)
使用 shell 命令从 Linux shell 运行命令。此命令有助于与 Red Hat Virtualization Manager shell 一起执行文件管理任务。
语法
shell [vm-id|vm-name]
例 3.23. shell示例
列出当前工作目录中的文件:
[RHEVM shell (connected)]# shell ls
创建一个文件:
[RHEVM shell (connected)]# shell touch example.txt
复制文件:
[RHEVM shell (connected)]# shell cp example.txt /example-dir/.
注意
CLI 使用 bang (
!
)字符提供了 shell 的替代选择。例如:
[RHEVM shell (connected)]# !touch example.txt