ls -lで表示されるタイムスタンプについて、『具体的に何の時間?』という部分が曖昧だったのでまとめておく。 man lsを叩くと下記の説明を確認できた。タイムスタンプは『modified(変更された)』時間とのことだった。 The Long Format If the -l option is given, the following information is displayed for each file: file mode, number of links, owner name, group name, number of bytes in the file, abbreviat…