美文网首页
touch 命令

touch 命令

作者: 喵le个咪 | 来源:发表于2017-08-31 15:05 被阅读0次

touch  -- change file access and modification times

The touch utility sets the modification and access times of files.  If any file does not exist, it is created with default permissions.

相关文章

  • Linux自学笔记(三)

    文件处理命令:touch 命令名称:touch命令所在路径:/bin/touch执行权限:所有用户语法:touch...

  • linux 命令行整理1

    touch命令:正如老方讲述的,touch用于创建文件。 命令写法: touch xx 创建一个文件 touch...

  • Linux文件处理命令

    文件处理命令:touch 命令所在路径:/bin/touch执行权限:所有用户语法: touch [文件名] 功能...

  • (9) touch命令

    命令格式 touch [参数] 文件 命令功能 新建文件 命令参数 touch --help 常用命令 创建不存在...

  • Linux——文件系统操作

    文件操作命令: 1)创建新文件 touch touch [参数] [文件名] 命令参数: -a 只更改存...

  • Linux02命令之touch

    相对于ls命令,touch命令参数显得就少的可怜了, touch-a change only the access...

  • Linux常用命令--2、文件处理命令

    1、touch ①命令所在路径:/bin/touch ②执行权限:所有用户 ③语法:touch [文件名] ④功能...

  • 9.touch

    touch 命令所在路径: /bin/touch 执行权限: 所有用户 语法: touch 文件名 功能描述:...

  • touch 命令

    touch -- change file access and modification times Thetou...

  • Mac中touch命令或很多系统命令都找不到

    一、问题描述 Mac在使用终端的时候通过命令touch命令创建文件,提示:-bash: touch: comm...

网友评论

      本文标题:touch 命令

      本文链接:https://www.haomeiwen.com/subject/cayqjxtx.html