linux 修改文件时间

1、ls -l *.sh

2、touch -d "10/13/2013" *.sh 【我想把所以的.sh文件修改到三个月前(2013年10月13)的时间。】
3、ls -l *.sh

参考文章

http://blog.itpub.net/29283412/viewspace-1070106/

另外也可以单独修改时间或者月份,如下
以使用 am, pm 或是 24 小时的格式,日期可以使用其他格式如 6 May 2000 。 
touch -d "6:03pm" file

touch -d "05/06/2000" file

touch -d "6:03pm 05/06/2000" file

以前面这一个文件的时间去修改后面这个文件的时间

touch -r /bin/rm today

例子一:

1、touch testtime3

2、stat testtime3

Size: 0               Blocks: 0          IO Block: 4096   regular empty file
Device: 802h/2050d      Inode: 153367      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2014-09-23 20:38:16.160006062 -0700
Modify: 2014-09-23 20:38:16.160006062 -0700
Change: 2014-09-23 20:38:16.160006062 -0700

3、touch -m -t 199803030504 testtime3 【更改文件的最后一次修改时间为1998-03-03】

stat testtime3

File: `testtime3‘
  Size: 0               Blocks: 0          IO Block: 4096   regular empty file
Device: 802h/2050d      Inode: 153367      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2014-09-23 20:38:16.160006062 -0700
Modify: 1998-03-03 05:04:00.000000000 -0800 【只有这里有改变】
Change: 2014-09-23 20:39:30.670005854 -0700

4、 touch -a -t 199803030504 testtime3

stat testtime3

File: `testtime3‘
  Size: 0               Blocks: 0          IO Block: 4096   regular empty file
Device: 802h/2050d      Inode: 153367      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 1998-03-03 05:04:00.000000000 -0800 【只有这里有改变】
Modify: 1998-03-03 05:04:00.000000000 -0800
Change: 2014-09-23 20:40:01.014005560 -0700

【注:已测。如果是这样touch -t 199903030504 testtime4。Access time 和Modify time都改变了,Change time不改变】

参考文献:http://blog.sina.com.cn/s/blog_6c9d65a10100msfy.html

时间: 2024-11-09 02:31:17

linux 修改文件时间的相关文章

linux修改文件和目录权限chmod

1. 文件权限简介 linux文件权限有9个,三组表示,owner, group, others,每组又包含r,w, x三种状态. 2. 根据数字修改权限 r, w, x三种权限通过数字来代表: r: 4 w: 2 x: 1 每组的权限为上面三个相加. 比如权限为; [-rwxrwx---] owner: rwx = 4 + 2 + 1 = 7 group: rwx = 4 + 2 +1 = 7 others: --- = 0 + 0 + 0 = 0 对应的权限为 770 chmod 770 t

linux 修改文件打开数

vi /etc/security/limits.conf 在最后面加入: * soft nofile 65535 * hard nofile 65535 linux 修改文件打开数

linux下查看和修改文件时间

一.查看文件时间及相关命令 1.stat查看文件时间 [[email protected] ~]# stat install.log File: "install.log" Size: 33386 Blocks: 80 IO Block: 4096 一般文件 Device: fd00h/64768d Inode: 7692962 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2012

Linux查看和修改文件时间

参考http://www.361way.com/chang-file-time/1632.html 一:查看时间 1:查看文件的具体时间信息 File: `probn' Size: 2 Blocks: 8 IO Block: 4096 regular file Device: 803h/2051d Inode: 913948 Links: 1 Access: (0755/-rwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2016-10-31

Linux修改本地时间

1.Linux时间调整 1)安装ntp(目的同步时间) yum install ntp 2)修改文件 vi /etc/ntp.conf 添加 server ntp.sjtu.edu.cn perfer #复旦大学 server 210.72.145.44 # 中国国家受时中心 server 202.112.10.36 # 1.cn.pool.ntp.org server 59.124.196.83 # 0.asia.pool.ntp.org 3)service ntpd restart 重启服务

linux修改系统时间和时区

1.修改系统时间linux系统时钟有两个,一个是硬件时钟,即BIOS时间,就是我们进行CMOS设置时看到的时间,另一个是系统时钟,是linux系统Kernel时间.当Linux启动时,系统Kernel会去读取硬件时钟的设置,然后系统时钟就会独立于硬件运作.有时我们会发现系统时钟和硬件时钟不一致,因此需要执行时间同步,下面就分享一下时间设置及时钟同步的命令使用方法.date命令将日期设置为2014年6月18日 ---- date -s 06/18/14将时间设置为14点20分50秒 ---- da

touch 修改文件时间或者创建文件

功能:对已经存在文件的时间进行修改,存取时间(access time).修改时间(modification time).对不存在的文件,进行创建新的空白文件. 短选项 长选项 含义 -a –time=atime或–time=access或–time=use 只更改存取时间 -m –time=mtime 只更改变动时间 -d TIME –-date=字符串 设定时间与日期,可以使用各种不同的格式 -t STAMP 设定时间戳.STAMP是十进制数: [[CC]YY]MMDDhhmm[.SS]CC为

修改文件时间属性的方法

Windows下: 1. bat文件? 2. Python import os,sys,timefrom stat import *filename='ChenRef.bib'#指定期望修改后的时间TimeForChange = '2017-01-10 07:51:21'#转换时间格式为long型ConverTime = time.mktime(time.strptime( TimeForChange,'%Y-%m-%d %H:%M:%S') )#print(TimeForChange+' 转换

linux 修改系统时间

刚才发现linux的系统时间和真实时间相差太多,,就想起把系统时间给修改了,先想起来的是: 1.date -s "20151223 15:30:00" 但是执行完这一句之后在查看时间是正确的,而使用hwclock这个命令查看的话还是原来的时间,所以这个修改不彻底,不是系统硬件时间,后来又使用另一种方法: 2.date -s "20151223 15:33:00" &&hwclock --systohc 这在查看时间就完全对的上了!