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 -->
  #2 (permalink)  
Old 03-12-2007
ranj@chn ranj@chn is offline
Playing with Ubuntu Now!
 

Join Date: Oct 2005
Location: Chennai
Posts: 364
could be permission problem

Check your umask setting. Set
Code:
umask 002
or
Code:
umask 000
and see.

I faced a similar issue. basically, its related to tmp files and it could point to file permission issues.
Reply With Quote