-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
This bug-tracker is monitored by developers and other technical types. We like detail! So please use this form and tell us, concisely but precisely, what's up. Please fill out ALL THE FIELDS!
If you have a feature request, please post to the UserVoice.
If this is a console issue (a problem with layout, rendering, colors, etc.), please post to the console issue tracker.
Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues. Instead, send dumps/traces to secure@microsoft.com, referencing the GitHub bug number. Ideally, please configure your machine to capture minidumps, repro the issue, and send the minidump from "C:\Windows\minidump".
- Your Windows build number: (Type
verat a Windows Command Prompt)
- What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)
I got an issue after install ubuntu. tying to run some simple script in the classroom, however it is denied every time...with this error message " python3: can't open file 'simple.py': [Errno 13] permission denied";
then trying to chmod 764 simple.py; it was denied again: "chmod: change permissions of 'simple.py': operation not permitted"
I tried to change the folder's permission to full control, including all sub-folders. nothing changes, I still got the same error message....denied
-
What's wrong / what should be happening instead:
-
Strace of the failing command, if applicable: (If
some_commandis failing, then runstrace -o some_command.strace -f some_command some_args, and link the contents ofsome_command.stracein a gist here)
See our contributing instructions for assistance.
could someone please help me? very frustrating...thank you!