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

Permission denied error running timimi-2-1-1-Linux #61

Open
grahamh opened this issue Oct 20, 2020 · 1 comment
Open

Permission denied error running timimi-2-1-1-Linux #61

grahamh opened this issue Oct 20, 2020 · 1 comment

Comments

@grahamh
Copy link

grahamh commented Oct 20, 2020

Installing on Arch Linux with Chrome.
Running ./timimi-2-1-1-Linux gives the error:

bash: ./timimi-2-1-1-Linux: Permission denied

brute force solution that worked was

chmod -R 777 .

in the directory containing timimi-2-1-1-Linux file.

@monomycelium
Copy link

To play safe with all the other folders in the current directory, I think running chmod on the script itself with tightened permissions would be a safer option:

chmod 755 timimi-2-1-1-Linux

Alternatively, I believe you can simply execute the script using sudo:

sudo sh timimi-2-1-1-Linux

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