qvm-run -p --filter-escape-chars --no-color-output untrusted “cat ‘/home/user/Downloads/install.sh’” > install.sh
bash: install.sh: Permission denied
What is wrong here?
qvm-run -p --filter-escape-chars --no-color-output untrusted “cat ‘/home/user/Downloads/install.sh’” > install.sh
bash: install.sh: Permission denied
What is wrong here?
Are you sure you are in /home/user/
directory in dom0 when executing above command?
yes it is working now. Thanks
You are welcome @gg11331. If my previous post helped you may wanted to flag it as a solution thus to help other users too.
Glad to hear it works now.
Excellent, thanks!