From 0e48c30facc3f5120bf6cf40c58218cad0501427 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Tue, 6 Jul 2010 08:45:16 +0000 Subject: [PATCH] UserFaq changed Corrected info about root password in VMs --- UserFaq.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/UserFaq.md b/UserFaq.md index 3f79cfd4..b0eba64c 100644 --- a/UserFaq.md +++ b/UserFaq.md @@ -61,10 +61,13 @@ Once the Template VM got update, shut it down, and then any AppVM you start will ### Q: What is the root and user password for TemplateVM/AppVM? -- ```user/userpass``` -- ```root/rootpass``` +There is none, really! If you need to run something as root in one of your VMs, then you should use the qvm-run command: -**NOTE:** This will be changed in the next Alpha (see the ticket:24) +``` {.wiki} +qvm-run -u root +``` + +where cmd can be e.g. ```konsole```. ### Q: Is Qubes a multi-user system?