touch command means Change file timestamps.

Syntax
touch [OPTION]… FILE…
On the man page, the describes it
- touch – change file timestamps.
- man touch – More details information about touch command.
touch command in Linux with Examples
$ touch devopsroles.txt
Conclusion
touch command in Linux is a simple command in Linux. It is the most popular in use terminal Linux change file timestamps. Thank you for reading the DevopsRoles page!