码迷,mamicode.com
首页 > 系统相关 > 详细

linux touch命令 创建文件

时间:2019-04-18 20:01:08      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:nbsp   mil   conda   存在   用法   col   font   touch命令   mongo   

 

 

touch 创建文件,用法,touch test.txt,如果文件存在,则表示修改当前文件时间

[root@MongoDB ~]# touch /data/text.txt
[root@MongoDB ~]# ls /data/
text.txt

 

[root@MongoDB ~]# touch text.txt
[root@MongoDB ~]# ls
anaconda-ks.cfg  text.txt

 

 

linux touch命令 创建文件

标签:nbsp   mil   conda   存在   用法   col   font   touch命令   mongo   

原文地址:https://www.cnblogs.com/mingerlcm/p/10731773.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!