Difference between revisions of "Linux logs"

From John Freier
Jump to: navigation, search
(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 13:41, 29 September 2014

Clear Logs

This method below will clear/truncates the log without stopping any running process.

 # echo > /{path to log}