Information Technology Reference
In-Depth Information
Running Linux commands in a shell
Users can also run Linux shell commands or pipe the CLI command output to Linux shell
commands from the RHEVM shell:
RHEVM shell (connected)]# list vms --show-all > /root/
vm_list.txt
Running commands with ! in front will execute the specified command on the local com-
puter, so the following command lists the Linux shell command current directory of local
computer listing by using the ! sign in front of the command in the shell:
[RHEVM shell (connected)]# !ls
anaconda-ks.cfg
install.log
install.log.syslog
rhevm.cer
vm_list.txt
[RHEVM shell (connected)]#
Search WWH ::




Custom Search