touch filename,可以用來建立一個新檔(當filename不存在時),或是更新檔案的timestamp,預設情況下,會將三個時間(atime、mtime、ctime)一起更新
touch -a filename,只更新atime及ctime
touch -m filename,只更新mtime及ctime
touch filename,可以用來建立一個新檔(當filename不存在時),或是更新檔案的timestamp,預設情況下,會將三個時間(atime、mtime、ctime)一起更新
touch -a filename,只更新atime及ctime
touch -m filename,只更新mtime及ctime