[root@bogon ~]# cat test.txt A B [root@bogon ~]# ll test.txt -rw-r--r-- 1 root root 4 5月 10 09:06 test.txt [root@bogon ~]# vim test.txt #打开文件不做任何修改,直接保存并退出。 [root@bogon ~]# ll test.txt -rw-r--r-- 1 root root 6 5月 10 09:07 test.txt