格式:touch [OPTION]… FILE…
直接创建指定文件
[root@localhost ~]# ll total 4 -rw-------. 1 root root 1301 Feb 10 20:30 anaconda-ks.cfg [root@localhost ~]# touch test.txt [root@localhost ~]# ll total 4 -rw-------. 1 root root 1301 Feb 10 20:30 anaconda-ks.cfg -rw-r--r-- 1 root root 0 Feb 10 20:30 test.txt [root@localhost ~]#
Ubuntu系统请配合sudo使用(sudo touch)