Being interested about debian, I tried using QEMU to run debian under windows, but I realize that some of my commonly used command cannot be used. I can use ls; mkdir, but not password root; pstree, why?

link|improve this question

53% accept rate
feedback

migrated from serverfault.com Sep 9 '11 at 4:57

This question came from our site for system administrators and desktop support professionals.

1 Answer

up vote 2 down vote accepted
  1. password is not a standard linux command. Try passwd instead.

  2. pstree is likely not installed by default. Install the psmisc package.

link|improve this answer
so, should I run an apt-get update first? – lokheart Sep 8 '11 at 1:42
Yes, that's usually a good idea to do before installing packages. – ErikA Sep 8 '11 at 1:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.