Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 239 Bytes

linux.md

File metadata and controls

12 lines (9 loc) · 239 Bytes

[[systemd]]

file last access time: stat ls -lu - show last access time ls -lc - show last modification time

delete files not accessed last 30 days: find dir -atime +30 -delete

files, accessed less than 13 minutes ago: find . -atime -13m