Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to delete logs by linux

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces linux how to delete the log, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.

Methods to delete logs: 1, use the "cat / dev/null > log file name" command; 2, use the ": > log file name" command; 3, use the "> log file name" command; 4, use the "echo" > log file name command; 5, use the "echo > log file name" command.

The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.

Generally speaking, the log (alter.log listener.log log.xml) of the database cannot be deleted directly. It is best to just empty the content. Here are five ways to empty the log:

The first kind: cat / dev/null > filename

Cat / dev/null > log file name

The second kind:: > filename

: > log file name

The third kind: > filename

Log file name

The fourth kind: echo "> filename

Echo "" > log file name

The fifth category: echo > filename

Echo > log file name

The above 1-2-3 method can empty the file, and the file size is 0

The following 4A5 methods cause the text to have a "\ 0", and the file size is 1 after emptying.

Thank you for reading this article carefully. I hope the article "how to delete the linux log" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report