Difference between revisions of "Linux logs"
From John Freier
(Created page with '== Clear Logs == This method below will clear the log without stopping any running process. # echo > /{path to log}') |
|||
Line 1: | Line 1: | ||
== Clear Logs == | == Clear Logs == | ||
− | This method below will clear the log without stopping any running process. | + | This method below will clear/truncates the log without stopping any running process. |
# echo > /{path to log} | # echo > /{path to log} |
Latest revision as of 12:41, 29 September 2014
Clear Logs
This method below will clear/truncates the log without stopping any running process.
# echo > /{path to log}