The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-30-2008
pt14 pt14 is offline
Registered User
 

Join Date: Nov 2005
Posts: 21
type crontab -e at the command prompt. vi editor opens. Make the below enrty in the editor

* * * * * sar > sarlog

save and exit editor
Reply With Quote