Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
stat: "modification time" vs "change time"?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Robert Latest  
View profile  
 More options Nov 29 2007, 9:10 am
Newsgroups: comp.unix.shell
From: Robert Latest <boblat...@yahoo.com>
Date: 29 Nov 2007 14:10:02 GMT
Local: Thurs, Nov 29 2007 9:10 am
Subject: stat: "modification time" vs "change time"?
Hello,

what's the difference between the "modification time" vs the "last changed
time" as returned by stat's %Y resp. %Z format placeholders?

Thanks,
robert


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to ""modification time" vs "change time"?" by Joachim Schmitz
Joachim Schmitz  
View profile  
 More options Nov 29 2007, 9:41 am
Newsgroups: comp.unix.shell
From: "Joachim Schmitz" <nospam.j...@schmitz-digital.de>
Date: Thu, 29 Nov 2007 15:41:29 +0100
Local: Thurs, Nov 29 2007 9:41 am
Subject: Re: "modification time" vs "change time"?
"Robert Latest" <boblat...@yahoo.com> schrieb im Newsbeitrag
news:5r7vhqF13dgh2U1@mid.dfncis.de...
> Hello,

> what's the difference between the "modification time" vs the "last changed
> time" as returned by stat's %Y resp. %Z format placeholders?

modified content vs. changed permissions and ownerships

Bye, Jojo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "stat: "modification time" vs "change time"?" by Maxwell Lol
Maxwell Lol  
View profile  
 More options Nov 29 2007, 1:14 pm
Newsgroups: comp.unix.shell
From: Maxwell Lol <nos...@com.invalid>
Date: 29 Nov 2007 13:14:27 -0500
Local: Thurs, Nov 29 2007 1:14 pm
Subject: Re: stat: "modification time" vs "change time"?

Robert Latest <boblat...@yahoo.com> writes:
> Hello,

> what's the difference between the "modification time" vs the "last changed
> time" as returned by stat's %Y resp. %Z format placeholders?

The data and the meta-data are different.

The file DATA is stored in data blocks, but the data ABOUT the file
are stored in a different location (the inode.) This includes name,
owner, group, permission, etc.

modification time is when the data changed.
last changed time is when the meta data changed.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Latest  
View profile  
 More options Nov 30 2007, 5:06 am
Newsgroups: comp.unix.shell
From: Robert Latest <boblat...@yahoo.com>
Date: 30 Nov 2007 10:06:41 GMT
Local: Fri, Nov 30 2007 5:06 am
Subject: Re: stat: "modification time" vs "change time"?

Maxwell Lol wrote:
> The file DATA is stored in data blocks, but the data ABOUT the file
> are stored in a different location (the inode.) This includes name,
> owner, group, permission, etc.

> modification time is when the data changed.
> last changed time is when the meta data changed.

Thanks,
robert

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »