微信扫一扫
ubuntu让当前用户具有root权限
# 将当前用户加入到root用户组 sudo gpasswd -a $USER root # 更新root用户组 newgrp root # ok
相关推荐