touch
空ファイルの作成
タイムスタンプのごまかし
# date Tue Apr 22 12:55:05 JST 2014 # touch -d "2012/05/14" testfile rw-r--r-- 1 root root 0 May 14 2012 testfile # date Wed May 7 11:44:36 JST 2014 # touch -t 201401010101 testfile rw-r--r-- 1 root root 0 Jan 1 01:01 testfile