Mostra la pàginaRevisions anteriorsQuè hi enllaçaExporta a PDFTorna dalt Aquesta pàgina és només de lectura. Podeu veure'n el codi font, però no podeu canviar-la. Consulteu el vostre administrador si penseu que això és degut a algun error. = Linux ls == último acceso Cuando estás copiando y el fichero guarda la fecha original de creación, pero quieres ver la fecha de último acceso <code bash>ls -lu --time=ctime</code> * %%--time=atime%% : updated when the file is read * %%--time=birth%% : updated when the file contents change. This is the "default" file time in most cases. (mtime) * %%--time=ctime%% : updated when the file or its metadata (owner, permissions) change <code>-u - with -lt: sort by, and show, access time; - with -l: show access time and sort by name; - otherwise: sort by access time, newest first </code> <code>Valid arguments are: - ‘atime’, ‘access’, ‘use’ - ‘ctime’, ‘status’ - ‘birth’, ‘creation’ Try 'ls --help' for more information.</code> /via: [[https://unix.stackexchange.com/questions/8840/last-time-file-opened]] linux/utils/ls.txt Darrera modificació: 05/06/2025 05:53per mate