命令介绍
Linux touch 命令用于修改文件或者目录的时间属性,若文件不存在,系统会建立一个新的文件。
例子:创建文件
touch testfile.log
Linux touch 命令用于修改文件或者目录的时间属性,若文件不存在,系统会建立一个新的文件。
touch testfile.log
相关文章: