Difference between revisions of "Touch (command)"

From wikieduonline
Jump to navigation Jump to search
Line 16: Line 16:
 
* <code>[[type]] nul > [[authorized_key]]</code> ([[Windows]])
 
* <code>[[type]] nul > [[authorized_key]]</code> ([[Windows]])
 
* <code>[[rm]]</code>
 
* <code>[[rm]]</code>
 +
* <code>[[mkdir -p]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 07:10, 17 March 2021

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
touch ~/.ssh/authorized_keys


Related commands

See also

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