[GRASS-user] RE:How to find shortest distances from the
investigation point to the shoreline
Hamish
hamish_b at yahoo.com
Thu May 14 10:11:05 EDT 2009
Yasuo shimada wrote:
> However, I have the relating question... I am also linux-
> beginner user.
>
> #db.select point_data fs="," > result.csv
> #bash: result.csv: Permission denied
>
> Why does this occur?
probably because you are trying to write a file to the disk in the
current directory, and you are in a read-only directory such as "/".
do "cd ~" or "cd /tmp/" and try again.
Hamish
More information about the grass-user
mailing list