Ubuntu terminal not recognizing file only for executing [closed]
im getting this stupid error in ubuntu where it does recognize the queryone file that im trying to execute, but the file is clearly there, i can see it, read it, delete it, everything but executing it. I also tried chmod which doesnt make a difference.
executable windows-subsystem-for-linux
closed as off-topic by steeldriver, pa4080, Pilot6, Kulfy, N0rbert Mar 19 at 19:51
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – steeldriver, pa4080, Pilot6, Kulfy, N0rbert
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
im getting this stupid error in ubuntu where it does recognize the queryone file that im trying to execute, but the file is clearly there, i can see it, read it, delete it, everything but executing it. I also tried chmod which doesnt make a difference.
executable windows-subsystem-for-linux
closed as off-topic by steeldriver, pa4080, Pilot6, Kulfy, N0rbert Mar 19 at 19:51
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – steeldriver, pa4080, Pilot6, Kulfy, N0rbert
If this question can be reworded to fit the rules in the help center, please edit the question.
1
Copy the executable into your actual Ubuntu area, from/mnt/c/Users/...
into, say,~/
. Then try executing it. WSL does not handle executing files from inside the Windows mountpoint(s) within it very well.
– Thomas Ward♦
Mar 19 at 13:23
2
The message is not about the executablequeryone
if the file wasn't found, the message must be:-bash: ./queryone: No such file or directory
. Probably something inside your program is trying to access a file calledList file
but it isn't there...
– pa4080
Mar 19 at 13:28
Paste the script here
– error404
Mar 19 at 13:37
1
I'm voting to close as off-topic - as pointed out by @pa4080 this isn't anything to do with Ubuntu, it's about the operation and usage of the software you downloaded.
– steeldriver
Mar 19 at 16:52
add a comment |
im getting this stupid error in ubuntu where it does recognize the queryone file that im trying to execute, but the file is clearly there, i can see it, read it, delete it, everything but executing it. I also tried chmod which doesnt make a difference.
executable windows-subsystem-for-linux
im getting this stupid error in ubuntu where it does recognize the queryone file that im trying to execute, but the file is clearly there, i can see it, read it, delete it, everything but executing it. I also tried chmod which doesnt make a difference.
executable windows-subsystem-for-linux
executable windows-subsystem-for-linux
edited Mar 19 at 13:17
pa4080
14.8k52872
14.8k52872
asked Mar 19 at 13:13
Muhammad RazaMuhammad Raza
91
91
closed as off-topic by steeldriver, pa4080, Pilot6, Kulfy, N0rbert Mar 19 at 19:51
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – steeldriver, pa4080, Pilot6, Kulfy, N0rbert
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by steeldriver, pa4080, Pilot6, Kulfy, N0rbert Mar 19 at 19:51
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – steeldriver, pa4080, Pilot6, Kulfy, N0rbert
If this question can be reworded to fit the rules in the help center, please edit the question.
1
Copy the executable into your actual Ubuntu area, from/mnt/c/Users/...
into, say,~/
. Then try executing it. WSL does not handle executing files from inside the Windows mountpoint(s) within it very well.
– Thomas Ward♦
Mar 19 at 13:23
2
The message is not about the executablequeryone
if the file wasn't found, the message must be:-bash: ./queryone: No such file or directory
. Probably something inside your program is trying to access a file calledList file
but it isn't there...
– pa4080
Mar 19 at 13:28
Paste the script here
– error404
Mar 19 at 13:37
1
I'm voting to close as off-topic - as pointed out by @pa4080 this isn't anything to do with Ubuntu, it's about the operation and usage of the software you downloaded.
– steeldriver
Mar 19 at 16:52
add a comment |
1
Copy the executable into your actual Ubuntu area, from/mnt/c/Users/...
into, say,~/
. Then try executing it. WSL does not handle executing files from inside the Windows mountpoint(s) within it very well.
– Thomas Ward♦
Mar 19 at 13:23
2
The message is not about the executablequeryone
if the file wasn't found, the message must be:-bash: ./queryone: No such file or directory
. Probably something inside your program is trying to access a file calledList file
but it isn't there...
– pa4080
Mar 19 at 13:28
Paste the script here
– error404
Mar 19 at 13:37
1
I'm voting to close as off-topic - as pointed out by @pa4080 this isn't anything to do with Ubuntu, it's about the operation and usage of the software you downloaded.
– steeldriver
Mar 19 at 16:52
1
1
Copy the executable into your actual Ubuntu area, from
/mnt/c/Users/...
into, say, ~/
. Then try executing it. WSL does not handle executing files from inside the Windows mountpoint(s) within it very well.– Thomas Ward♦
Mar 19 at 13:23
Copy the executable into your actual Ubuntu area, from
/mnt/c/Users/...
into, say, ~/
. Then try executing it. WSL does not handle executing files from inside the Windows mountpoint(s) within it very well.– Thomas Ward♦
Mar 19 at 13:23
2
2
The message is not about the executable
queryone
if the file wasn't found, the message must be: -bash: ./queryone: No such file or directory
. Probably something inside your program is trying to access a file called List file
but it isn't there...– pa4080
Mar 19 at 13:28
The message is not about the executable
queryone
if the file wasn't found, the message must be: -bash: ./queryone: No such file or directory
. Probably something inside your program is trying to access a file called List file
but it isn't there...– pa4080
Mar 19 at 13:28
Paste the script here
– error404
Mar 19 at 13:37
Paste the script here
– error404
Mar 19 at 13:37
1
1
I'm voting to close as off-topic - as pointed out by @pa4080 this isn't anything to do with Ubuntu, it's about the operation and usage of the software you downloaded.
– steeldriver
Mar 19 at 16:52
I'm voting to close as off-topic - as pointed out by @pa4080 this isn't anything to do with Ubuntu, it's about the operation and usage of the software you downloaded.
– steeldriver
Mar 19 at 16:52
add a comment |
1 Answer
1
active
oldest
votes
-pa4080 was correct, its not the actual executable queryone, it was a file being called inside of it.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
-pa4080 was correct, its not the actual executable queryone, it was a file being called inside of it.
add a comment |
-pa4080 was correct, its not the actual executable queryone, it was a file being called inside of it.
add a comment |
-pa4080 was correct, its not the actual executable queryone, it was a file being called inside of it.
-pa4080 was correct, its not the actual executable queryone, it was a file being called inside of it.
answered Mar 19 at 18:57
Muhammad RazaMuhammad Raza
91
91
add a comment |
add a comment |
1
Copy the executable into your actual Ubuntu area, from
/mnt/c/Users/...
into, say,~/
. Then try executing it. WSL does not handle executing files from inside the Windows mountpoint(s) within it very well.– Thomas Ward♦
Mar 19 at 13:23
2
The message is not about the executable
queryone
if the file wasn't found, the message must be:-bash: ./queryone: No such file or directory
. Probably something inside your program is trying to access a file calledList file
but it isn't there...– pa4080
Mar 19 at 13:28
Paste the script here
– error404
Mar 19 at 13:37
1
I'm voting to close as off-topic - as pointed out by @pa4080 this isn't anything to do with Ubuntu, it's about the operation and usage of the software you downloaded.
– steeldriver
Mar 19 at 16:52