广告合作
  • 今日头条

    今日头条

  • 百度一下

    百度一下,你就知道

  • 新浪网

    新浪网 - 提供新闻线索,重大新闻爆料

  • 搜狐

    搜狐

  • 豆瓣

    豆瓣

  • 百度贴吧

    百度贴吧——全球领先的中文社区

  • 首页 尚未审核订阅工具 订阅

    ubuntu linux中怎样修改文件的“修改时间”

    来源:网络收集  点击:  时间:2024-07-22
    【导读】:
    在windows中一个文件的修改时间是不能随意修改的,但有时我们着实要用到,那就只能借助第三方软件来实现的。很幸运的是在ubuntu linux中(其它linux中也一样)我们可以轻松地通过touch命令来修改文件的“修改时间”,以下为详细步骤:工具/原料moreUbuntu 14.04 LTStouch命令方法/步骤1/4分步阅读

    现在我们新建一个空白文件ubuntugege.txt,看到当前的文件访问时间和修改时间是一样的。

    2/4

    用以下命令进行修改:

    touch -m -d 2000-01-01 10:10:10 ubuntugege.txt

    3/4

    嘿,文件修改时间变成了2000-01-01 10:10:10,这下我们也做了个小小的穿越呀!

    4/4

    当然,这个命令还有更多其它高级的用法,比如:你可以读取一个已存在的文件的修改时间再修改到指定的文件上,相当于复制“修改时间”到别的文件上,大家运行touch --help查看手册。

    用法:touch ... 文件...Update the access and modification times of each FILE to the current time.A FILE argument that does not exist is created empty, unless -c or -his supplied.A FILE argument string of - is handled specially and causes touch tochange the times of the file associated with standard output.Mandatory arguments to long options are mandatory for short options too. -a 只更改访问时间 -c, --no-create 不创建任何文件 -d, --date=字符串 使用指定字符串表示时间而非当前时间 -f (忽略) -h, --no-dereference 会影响符号链接本身,而非符号链接所指示的目的地 (当系统支持更改符号链接的所有者时,此选项才有用) -m 只更改修改时间 -r, --reference=FILE use this files times instead of current time -t STAMP use YY]MMDDhhmm instead of current time --time=WORD change the specified time: WORD is access, atime, or use: equivalent to -a WORD is modify or mtime: equivalent to -m --help 显示此帮助信息并退出 --version 显示版本信息并退出请注意,-d 和-t 选项可接受不同的时间/日期格式。

    ubuntu
    本文关键词:

    版权声明:

    1、本文系转载,版权归原作者所有,旨在传递信息,不代表看本站的观点和立场。

    2、本站仅提供信息发布平台,不承担相关法律责任。

    3、若侵犯您的版权或隐私,请联系本站管理员删除。

    4、文章链接:http://www.mlbh1.com/art_989647.html

    相关资讯

    ©2019-2020 http://www.mlbh1.com/ 国ICP备20009186号06-06 11:12:13  耗时:0.725