# touch a.txt # touch m.txt # ls -l 合計 0 -rw-r--r-- 1 root root 0 8月 28日 20:34 a.txt -rw-r--r-- 1 root root 0 8月 28日 20:34 m.txt 数分後... # touch -m m.txt # touch -a a.txt # ls -l 合計 0 -rw-r--r-- 1 root root 0 8月 28日 20:34 a.txt -rw-r--r-- 1 root root 0 8月 28日 20:36 m.txt