Is there a command list - overview, which commands can be entered in the [Dom0] terminal in order to be able to edit something in an AppVM or in a TemplateVM? If so, what are these commands?

Is there a command list - overview, which commands can be entered in the [Dom0] terminal in order to be able to edit something in an AppVM or in a TemplateVM?
If so, what are these commands?

1 Like

The below and the wider developer’s handbook is a great place to start.

https://dev.qubes-os.org/projects/core-admin-client/en/latest/manpages/qvm-run.html

Is the “something” you want to edit a file in the qube, or a Qubes
property
of a qube? It would help if you explained what you want to
do.

If you want to edit a file from dom0, then you can run a command like
sed, or awk, using qvm-run
If you want to edit a Qubes property, then you can use qvm-prefs,
qvm-features, qvm-tags
All of these have man pages and good help.

You can also use salt to do more
detailed qube configuration. There are various guides available.

I never presume to speak for the Qubes team.
When I comment in the Forum I speak for myself.