LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Times listed by ls. (https://www.linuxquestions.org/questions/linux-newbie-8/times-listed-by-ls-846797/)

stf92 11-26-2010 08:41 PM

Times listed by ls.
 
Hi:

From find man page:
Quote:

-daystart
measure times (for -amin, -atime, -cmin, -ctime, -mmin, and
-mtime) from the beginning of today rather than from 24 hours
ago. This option only affects tests which appear later on the
command line.
From ls man page:
Quote:

--time=WORD
with -l, show time as WORD instead of modification time: atime
-u, access -u, use -u, ctime -c, or status -c; use specified
time as sort key if --sort=time


How many times are there associated with a file and what are they? Thanks in advance.

paulsm4 11-26-2010 08:50 PM

last a)ccessed
when c)reated
last m)odified

Tinkster 11-27-2010 12:12 AM

Quote:

Originally Posted by paulsm4 (Post 4172274)
last a)ccessed
when c)reated
last m)odified

That's actually wrong. Linux doesn't have a concept of
creation time; c stands for "change", and refers to the
time something happened to the file on inode level.


Cheers,
Tink


All times are GMT -5. The time now is 09:04 AM.