[pappy@chmodx]:$ man touch

$ touch

Create files or update file timestamps

DOCUMENTEDFiles & directoriesUbuntu 24.04 LTS baseline

Synopsis

touch [OPTION]... FILE...

What it does

Examples

Create an empty file if it does not exist
touch notes.txt
Update several files
touch one.txt two.txt

Important details

These examples are intentionally conservative. Command behavior can still depend on filesystem state, permissions, locale, shell, installed package version, and other system configuration. For exact option semantics, the linked authoritative documentation is the source of truth.