问题描述: sudo vim testfile //使用sudo授权创建的文件,普通用户无法修改。 解决方法: sudo chown michael testfile //修改文件拥有者为 michael