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
浙公網安備 33010602011771號