首页 > 编程语言 > 详细

manjaro 添加当前用户到kvm

时间:2019-04-07 11:59:16      阅读:357      评论:0      收藏:0      [点我收藏+]

原贴

https://askubuntu.com/questions/1050621/kvm-is-required-to-run-this-avd

Check the ownership of /dev/kvm

ls -al /dev/kvm
Check which users are in the kvm group

grep kvm /etc/group
Output from the above command

kvm:x:some_number:
If there is nothing rightwards of the final :, there are no users in the kvm group.

To add the user your_name to the kvm group

sudo adduser your_name kvm
which adds the user to the group, and check once again with grep kvm /etc/group.

A restart may be required for the permissions to take effect.

 

manjaro 添加当前用户到kvm

原文:https://www.cnblogs.com/or2-/p/10664282.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!