| jsean 回复于:2003-06-15 23:33:14 |
| 是否modify是对象内容编辑性的操作而chang是对象本身外在属性的xx操作? 呵呵 |
| sunsun2003 回复于:2003-06-16 01:47:29 |
| hi 南非蜘蛛
Welcome to come back home! |
| beginner-bj 回复于:2003-06-16 17:37:37 |
| http://www.douzhe.com/forum/
好象没人去。 |
| mmmmn 回复于:2003-06-16 19:35:56 |
| 赶紧把书还我!!!! |
| hutao 回复于:2003-06-16 21:48:37 |
| 俺这里有一本很好的正哲表达式的资料,可惜是文字的,狂FT |
| diag 回复于:2003-06-16 21:50:10 |
| 你这个牲口。。
还我300USD 。。 |
| sunmarmot 回复于:2003-06-17 09:33:28 |
| 楼上的牲口...........现在.........好吗??? |
| mirnshi 回复于:2003-06-17 10:04:01 |
| [quote:78bae8464b="南非蜘蛛"]改时间也叫时间标志(timestamp).]
只要讨论改变时间和修改时间,就不可能不提到“访问时间(access time)”.访问时间是文件最后一次被读取的时间。因此阅读一个文件会更新它的访问时间,当它的改变时间并没有变化(..........[/quote:78bae8464b] man 2 stat 更能加深理解。 |
| 随意江湖行 回复于:2003-06-17 11:50:50 |
| 下面是我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(). ls显示出的time应该是mtime。 |
| nortell 回复于:2003-06-17 12:48:39 |
| 请问如何看ctime 和atime?? |
| real 回复于:2003-06-18 13:19:08 |
| 妙! |
| newrider 回复于:2003-06-19 17:16:55 |
| ls -lu
ls -lc ls -l |
| jackjoo 回复于:2003-07-15 21:39:32 |
| 这我开始有些明白,为什么许多的ftp软件总不能把unix上文档的时间列得对的原因了 |