为了账号安全,请及时绑定邮箱和手机立即绑定

请教下在linux的touch命令参数m该怎么使用?

请教下在linux的touch命令参数m该怎么使用?

慕容3067478 2022-05-05 13:07:02
使用touch命令加参数m时,不是只改变mtime吗?怎么连ctime也一起改变了?谢谢各位高手予以解答。
查看完整描述

1 回答

?
慕的地8271018

TA贡献1796条经验 获得超4个赞

按照man文档的解释的三种时间: st_atime
Time when file data was last accessed. Changed by the
following functions: creat(), mknod(), pipe(),
utime(2), and read(2).

st_mtime
Time when data was last modified. Changed by the fol-
lowing functions: creat(), mknod(), pipe(), utime(),
and write(2).

st_ctime
Time when file status was last changed. Changed by the
following functions: chmod(), chown(), creat(),
link(2), mknod(), pipe(), unlink(2), utime(), and
write().实际使用中touch确实会改变mtiem和ctime,我的理解是透彻修改mtime的方式是通过修改文件能容,保存,然后还原文件内容再保存,因此mtime和ctime都会改变。
希望对你有帮助!!


查看完整回答
反对 回复 2022-05-09
  • 1 回答
  • 0 关注
  • 143 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信