In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail what the touch command in Linux can do. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.
Linux commonly used commands touch commands have two functions: one is to update the time tags of existing files to the current time of the system (the default), and their data will be kept intact; the other is to create new empty files.
Touch creates a new empty file
Syntax touch (option) (parameter) option-a: or-- time=atime or-- time=access or-- time=use only changes the access time;-c: or-- no-create does not create any files;-d: use the specified date and time, not the current time;-f: this parameter will be ignored and will only be responsible for solving the compatibility issue of the BSD version of the touch instruction. -m: or-- time=mtime or-- time=modify only change the change time;-r: set the date and time of the specified file or directory to be the same as the date and time of the reference file or directory;-t: use the specified date time instead of the current time;-- help: online help;-- version: display version information. Parameter file: specifies the list of files to set the time property.
Instance touch ex2 creates an empty file ex2 in the current directory, and then, using the ls-l command, you can find that the size of the file ex2 is 0, indicating that it is an empty file.
This is the end of this article on "what can touch commands in Linux do?". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.