Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"ls -al" on a cifs mounted filesystem shows file creation and not modified date

Status
Not open for further replies.

tektipsaix

Technical User
Joined
Mar 4, 2011
Messages
31
Location
ZA
Hi All,

"ls -al" on a cifs mounted filesystem (Windows Server) shows file creation and not modified date.

I'm using AIX7.1. Is this a known bug ? Is there a fix or a config setting somewhere ?

Thanks all..

Jasper
 
Hi

istat shows the following:

# istat /epsi/batch/dev/cifs
Inode 2 on device 32768/29 Directory
Protection: rwxrwxr-x
Owner: 221(epnba) Group: 208(epnba)
Link count: 1 Length 16384 bytes

Last updated: Thu Jan 1 02:00:00 1970
Last modified: Wed Sep 4 13:49:24 2013
Last accessed: Wed Sep 4 21:24:05 2013

#

also see the following timestamps:

drwxrwxr-x 1 epnba epnba 16384 Sep 4 13:51 ./
drwxrwxr-x 1 epnba epnba 16384 Sep 4 13:49 ../
-rwxrwxr-x 1 epnba epnba 49 Sep 4 13:51 Dummy.txt*
-rwxrwxr-x 1 epnba epnba 27 Dec 13 2000 Dummy1.txt*
-rwxrwxr-x 1 epnba epnba 17 Dec 13 2000 Dummy2.txt*
-rwxrwxr-x 1 epnba epnba 17 Dec 13 2000 Dummy3.txt*

Note: the file "Dummy1.txt" was modified today..

Thanks!
Jasper

 
So, whats the deal? you saw what you needed to right?
 
Hi

No, not right..

This file was modified yesterday, but look at the date..

-rwxrwxr-x 1 epnba epnba 27 Dec 13 2000 Dummy1.txt*

J


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top