• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Linux-Ubuntu | touch -- change file access and modification times
  1. Notes
  2. Examples
  3. Command Help (man touch)

  1. Notes
    By default, the touch command changes the modification and access times of the file.

    If the file does not exist, it will be created (empty file) with default permissions (the username and groupname of the user will be used as the file owner).
  2. Examples
    • Create the file if it doesn't exist.

    • Do not create the file if it doesn't exist.
  3. Command Help (man touch)
    The following options can be used:
© 2025  mtitek