File access time does not change on some files


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers File access time does not change on some files
# 1  
Old 03-16-2011
File access time does not change on some files

Hey All,
I want to get the access time of files in a directory.

I used ls -lu on a directory and picked a file that had the access time of Mar 1 and used cat to get the contents of the file. Then I used the ls -lu again and the access time changed on that file. Perfect !!

Now if I cat a file that has an access time of 3/16 say 2 pm and then check the ls -lu output, the access time does not change.

So, the access time changes on some files and not on the others.

Just to clarify, these files are stored on my local computer.

Any help will be appreciated.

Thanks,
V.
# 2  
Old 03-16-2011
Are these files on different partitions, by any chance? It's possible to turn atime's off for certain partitions to increase performance. (i.e. avoid a potential disk write every darn time you read a file Smilie )

This of course depends on your system, which we haven't the faintest idea what it is yet. What is it?
# 3  
Old 03-16-2011
Thanks for the reply. The files are on the same partition. I am using Ubuntu 10.10. The files are in subdirectories under my home directory.
# 4  
Old 03-16-2011
Hm, how odd. Could you copy-paste an example?
# 5  
Old 03-17-2011
For example:
Code:
root@gupta:/home/gupta/Desktop/my_stuff/test# ls -lu xls.php 
-rw-r--r-- 1 gupta gupta 3947 2011-03-01 10:46 xls.php

root@gupta:/home/gupta/Desktop/my_stuff/test# cat xls.php

--- contents of the file ---

root@gupta:/home/gupta/Desktop/my_stuff/test# ls -lu xls.php 
-rw-r--r-- 1 gupta gupta 3947 2011-03-17 08:53 xls.php

so in the above example, the access time changes when we cat the file.

Now look at the following example -
Code:
root@gupta:/home/gupta/Desktop/my_stuff/tmp# ls -lu idxx.txt 
-rw-r--r-- 1 gupta gupta 1189 2011-03-16 14:35 idxx.txt

root@gupta:/home/gupta/Desktop/my_stuff/tmp# cat idxx.txt

--- contents of the file ----

root@gupta:/home/gupta/Desktop/my_stuff/tmp# ls -lu idxx.txt 
-rw-r--r-- 1 gupta gupta 1189 2011-03-16 14:35 idxx.txt

In this example, the access time does not change.

Thanks for any input.
V.

Moderator's Comments:
Mod Comment Please use [code] and [/code] tags when posting code, data or logs etc. to preserve formatting and enhance readability, thanks.

Last edited by zaxxon; 03-17-2011 at 10:30 AM.. Reason: code tags
# 6  
Old 03-17-2011
Please run "df -k xls.php" and "df -k idxx.txt" and post the results. These commands reveal which file systems contain the files. I will be surprised if both files reside in the same file system.
# 7  
Old 03-17-2011
Thanks Perderabo, here is the output of df -k:
Code:
root@gupta:/home/gupta/Desktop/my_stuff/tmp# df -k idxx.txt 
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda1            937339832  42780124 846945552   5% /

root@gupta:/home/gupta/Desktop/my_stuff/test# df -k xls.php 
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda1            937339832  42780124 846945552   5% /

 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Unsure why access time on a directory change isn't changing

Hello... And thanks in advance for any help anyone can offer me I was trying to work out the differences between displaying modify, access, and change times with the 'ls' command. Everything seems in order when I look at files, but the access time on a directory doesn't seem to change when I... (4 Replies)
Discussion started by: bodisha
4 Replies

2. Red Hat

Access time of files and directories

My query please: What I saw how access times of a file and directories work. 1) For a file the access time is the time when I 1st access it after last modification of the file, i.e., if the file is modified at 10 AM and then I access it at 11 AM. After than whenever I access without... (7 Replies)
Discussion started by: ravisingh
7 Replies

3. Red Hat

File access time issue

Hi, I am facing a weird file access time issue on redHat5.x. I have a program which will scan the files in the NFS system and delete files which are older than 4 days, before deleting files program will print the access time of the file. Some of the files are getting deleted which are not older... (1 Reply)
Discussion started by: Satyak
1 Replies

4. UNIX for Dummies Questions & Answers

copy all files matching the request and change the extension at the same time

Hi everyone When I'm starting my script I'm giving to it two parameters: script.sh ext1 ext2 I need to copy all files in a directory fitting ext1, to the same folder, with the same names, but with the changed extension to ext2. Till now I've just managed to do it for only 1 file, but I... (16 Replies)
Discussion started by: vacuity93
16 Replies

5. AIX

Want to find the last access time for large group of files at one go

Dear All, I'm working as a DBA and dont have much knowledge at OS level commands.we have requirement that we need find the files which has been last accessed >= apr 2010and also access date <= apr 2010 for a large set of files.Do know some commands likeistat, ls -u.But can anyone provide me the... (4 Replies)
Discussion started by: dbanrb
4 Replies

6. UNIX for Advanced & Expert Users

How to get access time of a file upto the precision of seconds?

Hi , How can I get the last access time of a file upto the precesion of seconds in Unix. I cannot use stat as this is not supported. (10 Replies)
Discussion started by: kanus
10 Replies

7. Shell Programming and Scripting

need the last access time for a .gz file

i have file named aaaa. The file aaaa was zipped on one particular time. Need to know the command to find out when the file "aaaa" was actually zipped. (1 Reply)
Discussion started by: expert
1 Replies

8. Shell Programming and Scripting

script to change the access permissions of the files

Hi, I want to change the access permissions of the files whose extension is same.For example *.c but these are inside a directory and inside that other directory is there and it contains the .c files..for example-- So my aim is to search the files under src and change the access permissions... (3 Replies)
Discussion started by: smartgupta
3 Replies

9. UNIX for Dummies Questions & Answers

Access time of a file

I thought that access time of a file is time when the file was run last time (or I read somewhere that it's time when system lookup the file -> but I'm not sure when it really is) How is it exactly? Thank you for help! (11 Replies)
Discussion started by: MartyIX
11 Replies

10. HP-UX

HPUX list files with access time more than 5 min

Hi, does anyone know how to find files who have the last access time bigger than 5 min ago, in linux i use: find ./ -amin +5 -type f -maxdepth 1 -name "*.*" but in hp-ux the find command doesn't have the -amin option.... (2 Replies)
Discussion started by: mvrk
2 Replies
Login or Register to Ask a Question