Linux touch Command Parameter Function Description: changes the document or directory time.
In linux, the touch command parameter Syntax: touch [-acfm] [-d] [-r] [-t] [-- help] [-- version] [document or directory...] or touch [-acfm] [-- help] [-- version] [Date and time] [document or directory...]
In linux, the touch command parameter can be used to change the date and time of the document or directory, including the access time and change time.
Parameters of the touch command in linux:
-A or -- time = atime or -- time = access or -- time = use only change the access time.
-C or -- no-create does not create any documents.
-D uses the specified date and time instead of the current time.
-F this parameter will not be processed. It is only responsible for solving the compatibility problem of the BSD touch command.
-M or -- time = mtime or -- time = modify only changes the change time.
-R sets the date time of the specified document or directory to the same as the date time of the reference document or directory.
-T uses the specified date and time instead of the current time.
-- Help Online help.
-- Version: displays the version information.
The above is a detailed description of the touch command parameters in linux.
- Linux touch command parameter modification file Timestamp
- Usage of du command parameters in linux
- Use linux to open a browser command under the linux Command Line