> routine cleanup services I ereased 65BG of the same file. Any idea why it > grows so large and what to do with it? > No idea why it's going mad like that. You *could* create a cron job to remove it every hour. crontab -e Then put in: 0 * * * * rm -f ~/.xsession-errors Best to: man crontab hth, /d