centos 7 vim 保存文件 root 权限 及 使用时间:2021-09-07 12:46:12 vim打开文件时,没有用root账户,保存时才发现需要root权限。办法是在vim执行一下命令: :w !sudo tee % 未完待续