Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open {file} Permission Denided #7

Open
hanster13 opened this issue Apr 12, 2022 · 1 comment
Open

Cannot open {file} Permission Denided #7

hanster13 opened this issue Apr 12, 2022 · 1 comment

Comments

@hanster13
Copy link

When I run mseed2sac in Ubuntu , it will try to run but I get this error message Cannot open output file: AV.ADAG..BHE.M.2020.189.090259.SAC (Permission denied).

How do I fix this?

@chad-earthscope
Copy link

This sounds like the program cannot write to location (directory/folder) where it is running, the so-called "current working directory". If true you have two choices:

  1. run mseed2sac from a location that is allowed to be written by the user running it

  2. change permissions on the file system to allow the user running mseed2sac to write to the directory in which it is being executed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants