Por que o ls -lu não mostra o tempo de acesso correto?

1

Por que o "ls -lu" não está mostrando o tempo de acesso, em vez do tempo de modificação em um sistema de arquivos ext4?

$ date
Mon Jan  9 12:49:31 EST 2017
$ ls -lu ~/.bashrc
-rw-r--r-- 1 scott scott 4326 Jan  8 18:16 /home/scott/.bashrc
$ wc ~/.bashrc
 139  574 4326 /home/scott/.bashrc
$ ls -lu ~/.bashrc
-rw-r--r-- 1 scott scott 4326 Jan  8 18:16 /home/scott/.bashrc
$ df .
Filesystem     1K-blocks      Used Available Use% Mounted on
/dev/sda1      447651680 154618396 270270840  37% /
$ mount | grep sda1
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
    
por Scott Deerwester 09.01.2017 / 18:53

0 respostas