Difference between revisions of "Touch (command)"

From wikieduonline
Jump to navigation Jump to search
Line 30: Line 30:
 
* <code>[[type]] nul > [[authorized_key]]</code> ([[Windows]])
 
* <code>[[type]] nul > [[authorized_key]]</code> ([[Windows]])
 
* <code>[[rm]]</code>
 
* <code>[[rm]]</code>
* <code>[[mkdir -p]]</code>
+
* <code>[[mkdir -p]]</code> or <code>[[mkdir --parents]]</code>
 
* <code>[[install]] -D /dev/null /path/to/createfile.txt</code>
 
* <code>[[install]] -D /dev/null /path/to/createfile.txt</code>
  

Revision as of 11:50, 17 May 2022

touch[1] is a command used to update the access date and/or modification date of a computer file or directory or to create it.


  • touch /etc/resolv.conf
  • touch: cannot touch '/etc/resolv.conf': No such file or directory


touch file.txt
touch: cannot touch 'file.txt': Read-only file system




missing file operand

 touch
touch: missing file operand
Try 'touch --help' for more information.


Related commands

See also

  • https://en.wikipedia.org/wiki/Touch_(command)
  • Advertising: