逆引きUNIXコマンド/atime,ctime,mtimeの取得・ls,stat
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
#navi(../)
* atime,ctime,mtimeの取得方法 [#m963692b]
lsとstatコマンドを使用してatime, ctime, mtimeを表示してみ...
#contents
#htmlinsertpcsp(linux_ads_top.html,linux-sp.html)
* atime, ctime, mtimeとは? [#jc3d9cfa]
atime, ctime, mtimeについて以下に記します。
:atime|''a''ccess ''time'' (アクセスした日時)
:ctime|''c''hange ''time'' (ステータス変更を行った日時)
:mtime|''m''odify ''time'' (データ変更を行った日時)
* lsコマンドでatime, ctime, mtimeを確認 [#g8069774]
- atime
ls -lu
- ctime
ls -lc
- mtime
ls -l
* statコマンドで確認 [#ccae0164]
statコマンドで確認する場合は、以下の構文になります。
stat ファイル名
実際の実行例です。
sakura@ubuntu:~$ stat sakura.txt
File: `sakura.txt'
Size: 36 Blocks: 8 IO Block: 409...
Device: fc00h/64512d Inode: 658940 Links: 1
Access: (0664/-rw-rw-r--) Uid: ( 1000/ sakura) Gid: ...
Access: 2013-09-28 01:28:21.544796664 +0900
Modify: 2013-09-28 01:28:21.544796664 +0900
Change: 2013-09-28 01:28:21.548796598 +0900
Birth: -
sakura@ubuntu:~$
以上、atime,ctime,mtimeについてでした。
#htmlinsertpcsp(linux_ads_btm.html,linux-sp.html)
終了行:
#navi(../)
* atime,ctime,mtimeの取得方法 [#m963692b]
lsとstatコマンドを使用してatime, ctime, mtimeを表示してみ...
#contents
#htmlinsertpcsp(linux_ads_top.html,linux-sp.html)
* atime, ctime, mtimeとは? [#jc3d9cfa]
atime, ctime, mtimeについて以下に記します。
:atime|''a''ccess ''time'' (アクセスした日時)
:ctime|''c''hange ''time'' (ステータス変更を行った日時)
:mtime|''m''odify ''time'' (データ変更を行った日時)
* lsコマンドでatime, ctime, mtimeを確認 [#g8069774]
- atime
ls -lu
- ctime
ls -lc
- mtime
ls -l
* statコマンドで確認 [#ccae0164]
statコマンドで確認する場合は、以下の構文になります。
stat ファイル名
実際の実行例です。
sakura@ubuntu:~$ stat sakura.txt
File: `sakura.txt'
Size: 36 Blocks: 8 IO Block: 409...
Device: fc00h/64512d Inode: 658940 Links: 1
Access: (0664/-rw-rw-r--) Uid: ( 1000/ sakura) Gid: ...
Access: 2013-09-28 01:28:21.544796664 +0900
Modify: 2013-09-28 01:28:21.544796664 +0900
Change: 2013-09-28 01:28:21.548796598 +0900
Birth: -
sakura@ubuntu:~$
以上、atime,ctime,mtimeについてでした。
#htmlinsertpcsp(linux_ads_btm.html,linux-sp.html)
ページ名: