-
Notifications
You must be signed in to change notification settings - Fork 858
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: 'screens' #535
Comments
Looks like you are running it from a directory your user doesn't have write
permission for, try running it from a different directory.
…On Wed, 21 Jul 2021, 05:01 KediBeauty, ***@***.***> wrote:
OS Used - ALL Information (architecture, linux flavor, etc.)
Linux parrot 5.10.0-6parrot1-amd64 #1
<#1> SMP Debian
5.10.28-6parrot1 (2021-04-12) x86_64 GNU/Linux
Pastebin link to error you are encountering Expected behavior (vs. what
you encountered) Any additional information
eyewitness --web -f filepath -d outputpath
when I run the above command
Traceback (most recent call last):
File "/usr/share/eyewitness/EyeWitness.py", line 379, in
cli_parsed = create_cli_parser()
File "/usr/share/eyewitness/EyeWitness.py", line 167, in create_cli_parser
shutil.rmtree(args.d)
File "/usr/lib/python3.9/shutil.py", line 718, in rmtree
_rmtree_safe_fd(fd, path, onerror)
File "/usr/lib/python3.9/shutil.py", line 659, in _rmtree_safe_fd
onerror(os.rmdir, fullname, sys.exc_info())
File "/usr/lib/python3.9/shutil.py", line 657, in _rmtree_safe_fd
os.rmdir(entry.name, dir_fd=topfd)
PermissionError: [Errno 13] Permission denied: 'screens'
above error occur
how to resolve the error..?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#535>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA4SWPVBZJKVWLZY6YZA4TTYZBADANCNFSM5AXDZZ6Q>
.
|
Thanks @digininja, That's exactly my thoughts. Closing this for now, but feel free to post new info if something else comes along with this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS Used - ALL Information (architecture, linux flavor, etc.)
Linux parrot 5.10.0-6parrot1-amd64 #1 SMP Debian 5.10.28-6parrot1 (2021-04-12) x86_64 GNU/Linux
Pastebin link to error you are encountering
Expected behavior (vs. what you encountered)
Any additional information
eyewitness --web -f filepath -d outputpath
when I run the above command
Traceback (most recent call last):
File "/usr/share/eyewitness/EyeWitness.py", line 379, in
cli_parsed = create_cli_parser()
File "/usr/share/eyewitness/EyeWitness.py", line 167, in create_cli_parser
shutil.rmtree(args.d)
File "/usr/lib/python3.9/shutil.py", line 718, in rmtree
_rmtree_safe_fd(fd, path, onerror)
File "/usr/lib/python3.9/shutil.py", line 659, in _rmtree_safe_fd
onerror(os.rmdir, fullname, sys.exc_info())
File "/usr/lib/python3.9/shutil.py", line 657, in _rmtree_safe_fd
os.rmdir(entry.name, dir_fd=topfd)
PermissionError: [Errno 13] Permission denied: 'screens'
above error occur
how to resolve the error..?
The text was updated successfully, but these errors were encountered: