Linux文件的操作及授權 需求1:新建除了root之外的新用戶,並且新用戶具有root用戶的相關功能 1.首先修改/etc/sudoers文件具有寫入的權限 chmod 777 /etc/sudoers 2.修改/ ...