AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

display change date-time the file

  • 1.  display change date-time the file

    Posted Tue August 22, 2006 09:12 PM

    Originally posted by: ovasquez


    Hi
    How diplay the change date-time in hours:minuts:second the a file?

    example
    ****************
    1. ls -l sss
    -rw-r--r-- 1 root system 7 Aug 22 20:12 sss
    ****************
    but ls -l not display in format hh:mm:ss ---> 20:12:??

    Thanks!
    #AIX-Forum


  • 2.  Re: display change date-time the file

    Posted Wed August 23, 2006 04:36 AM

    Originally posted by: SystemAdmin


    Try istat <filename>
    Example:

    Inode 7 on device 47/9 File
    Protection: rw-r-----
    Owner: 0(root) Group: 0(system)
    Link count: 1 Length 1148864512 bytes

    Last updated: Tue 22 Aug 11:02:15 2006
    Last modified: Tue 22 Aug 11:02:15 2006
    Last accessed: Tue 22 Aug 12:25:53 2006
    #AIX-Forum


  • 3.  Re: display change date-time the file

    Posted Wed August 23, 2006 10:38 AM

    Originally posted by: ovasquez


    Dai,
    Thanks very much!!!!
    #AIX-Forum