Linux应用软件安装 以 CentOS 7 为例 修改添加用户 root权限 vim /etc/sudoers <user> ALL=(ALL) ALL 例如: ## Allow root to run any commands anywhere root ALL=(ALL)