LIUNUX学习笔记-知识点-touch命令
如何创建出一个空文件
命令:touch
[root@localhost ~]# touch /xiahb/xiahb01.txt
[root@localhost ~]# ls /xiahb/xiahb01.txt
/xiahb/xiahb01.txt
[root@localhost ~]# ls -l/xiahb/xiahb01.txtls:无效选项 -- /Try 'ls --help' for more information.(无空格出现错误)
[root@localhost ~]# ls -l /xiahb/xiahb01.txt
-rw-r--r--. 1 root root 0 3月 13 13:51 /xiahb/xiahb01.txt