Topic:
Can't share data, get invalid file permissions error.
Description:
While trying to share data from another project, I received the error: 'invalid file permissions project/data files, project directory'.
Solution:
1- Go to directory where data resides. 2- Change the permissions on the files using: chmod 777 filename. This opens up the file with full, read/write/execute permissions. If you don't want to do 777, you can use 666 instead, this gives just read/write permissions.
Last Modified on: 01-DEC-98