« OEL Linux与Oracle Validated Configurations | Blog首页 | Oracle EBS R12支持Oracle Database 11g »
Linux下如何查看文件秒级修改及访问时间
作者:eygle | 【转载时请以超链接形式标明文章出处和作者信息及本声明】
链接:http://www.eygle.com/archives/2008/12/linux_stat_find_time_detail.html
Linux下如何查看文件秒级修改及访问时间,今天遇到这个问题,搜索一下并记录之。链接:http://www.eygle.com/archives/2008/12/linux_stat_find_time_detail.html
通过 stat 命令即可。
如Oracle告警日志文件的具体时间信息:
[oracle@smsdbrac2 monitor]$ stat /opt/oracle/admin/smsdb/bdump/alert_smsdb2.log
File: `/opt/oracle/admin/smsdb/bdump/alert_smsdb2.log'
Size: 11732931 Blocks: 22952 IO Block: 4096 regular file
Device: 6802h/26626d Inode: 1212722 Links: 1
Access: (0660/-rw-rw----) Uid: ( 800/ oracle) Gid: ( 800/ dba)
Access: 2008-12-25 23:31:01.000000000 +0800
Modify: 2008-12-25 23:19:44.000000000 +0800
Change: 2008-12-25 23:19:44.000000000 +0800
历史上的今天...
>> 2010-12-29文章:
>> 2007-12-29文章:
>> 2006-12-29文章:
>> 2005-12-29文章:
>> 2004-12-29文章:
By eygle on 2008-12-29 09:29 | Comments (1) | Del.icio.us | Google | System | Edit |Pageviews:
搜索本站:

有时候还是很管用的