Ubuntu terminal not recognizing file only for executing [closed]












-1















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.



chain of commands that i tried and the recurring error










share|improve this 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 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






  • 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















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.



chain of commands that i tried and the recurring error










share|improve this 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 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






  • 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








-1








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.



chain of commands that i tried and the recurring error










share|improve this question
















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.



chain of commands that i tried and the recurring error







executable windows-subsystem-for-linux






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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






  • 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





    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 called List 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










1 Answer
1






active

oldest

votes


















1














-pa4080 was correct, its not the actual executable queryone, it was a file being called inside of it.






share|improve this answer






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    -pa4080 was correct, its not the actual executable queryone, it was a file being called inside of it.






    share|improve this answer




























      1














      -pa4080 was correct, its not the actual executable queryone, it was a file being called inside of it.






      share|improve this answer


























        1












        1








        1







        -pa4080 was correct, its not the actual executable queryone, it was a file being called inside of it.






        share|improve this answer













        -pa4080 was correct, its not the actual executable queryone, it was a file being called inside of it.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 19 at 18:57









        Muhammad RazaMuhammad Raza

        91




        91















            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局