linux命令-touch

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux命令-touch相关的知识,希望对你有一定的参考价值。

touch :change file timestamps  修改文件时间戳,如果文件不存在,就创建文件

touch选项:

    -c :do not create any files 不创建文件,只修改时间戳

    -a :change only the access time  只改变访问时间

    -m :change only the modification time   只改变修改时间

    

以上是关于linux命令-touch的主要内容,如果未能解决你的问题,请参考以下文章

linux命令-touch

linux基本命令touch实战

linux基本功系列之touch命令实战

Linux常用命令——touch

Linux 之 touch 命令

linux常用命令:touch 命令