link
linux/touch

Create File

Create empty file or update timestamps

filesystem
basic

Command

touch

Examples

Create empty file

touch newfile.txt

Set specific timestamp

touch -t 202501010000 file.txt