The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
cannot open error
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
cannot open error
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
03-12-2007
ranj@chn
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.
ranj@chn
View Public Profile
Find all posts by ranj@chn