Revision history of "Error Logging"

From Server Knowledge Base
Jump to navigationJump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 12:07, 15 January 2013Rootadminacc talk contribs 375 bytes +375 Created page with "<pre>#!/bin/bash DATE=`date +%Y%m%d` TIME=`date +%H%M%S` HOUR=`date +%H` mkdir -p /root/process/$DATE/$HOUR/ echo "Process List" > /root/process/$DATE/$HOUR/log.$TIME ps aux ..."