Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple question

Status
Not open for further replies.

nAtHaNs

Technical User
Feb 14, 2002
57
US
hi all,

Can I safely delete the console and message logs from $INFORMIXDIR directory (even while online)?

Thanks.
 
Hi,

Yes indeed. If you wish you may copy or move file to a different location. However, create a fresh file for subsequent messages logging. You may use (Unix):

cat /dev/null > message_file_name, also set proper file access mode using chmod.

Regards,
Shriyan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top