How can I open a binary file with extension .chk or no extension?dowload find binary , accidentally deleted...

Is there a maximum distance from a planet that a moon can orbit?

Why did pressing the joystick button spit out keypresses?

Why do all the teams that I have worked with always finish a sprint without completion of all the stories?

How do I set an alias to a terminal line?

What does "play with your toy’s toys" mean?

How long would it take to cross the Channel in 1890's?

Fedora boot screen shows both Fedora logo and Lenovo logo. Why and How?

Fill NAs in R with zero if the next valid data point is more than 2 intervals away

Are all instances of trolls turning to stone ultimately references back to Tolkien?

Do I have any obligations to my PhD supervisor's requests after I have graduated?

What are the penalties for overstaying in USA?

Where do I get advice and guidance from in my PhD if my supervisor is not an expert in the field I am working on?

Hand soldering SMD 1206 components

Would it be a copyright violation if I made a character’s full name refer to a song?

What reason would an alien civilization have for building a Dyson Sphere (or Swarm) if cheap Nuclear fusion is available?

Unusual mail headers, evidence of an attempted attack. Have I been pwned?

Is it possible writing coservation of relativistic energy in this naive way?

How do I respond to requests for a "guarantee" not to leave after a few months?

How do I turn off a repeating trade?

Inverse-quotes-quine

Are there any efficient algorithms to solve longest path problem in networks with cycles?

Employer wants to use my work email account after I quit

Why aren't cotton tents more popular?

Why cruise at 7000' in an A319?



How can I open a binary file with extension .chk or no extension?


dowload find binary , accidentally deleted /usr/bin/find binary fileHow can I create my own imagemagick binary releases?Can not execute Heroes of Neweth binary fileFind longest matching portion with in two binary filesHow to view a binary file?How are binary files “binary”?Write hexadecimal values to binary file with bashHow to reverse the content of binary file?Why do I get “Binary file matches” with grep -I?Replace a binary file within another binary file






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







-1















I have a directory that was originally all ".doc" files and were copied over to an external hdd. Now all the files are 'binary' files. Some have extensions, many do not.



I tried opening them with the following commands after making them executable, and separately, without making them executable.



chmod +x filename.bin (or filename.chk) 


For example: chmod +x file.chk This resulted in $ on the next line.



./filename.bin (or ./filename.chk)


For example: ./file.chk This resulted in "cannot execute binary file" "exec format error".










share|improve this question

























  • If the files were .doc before, that generally suggest that they were MS Word documents. If so, why are you trying to execute them?

    – Andy Dalton
    1 hour ago











  • For the commands above, the person who wrote that suggestion stated to first make sure they are executable. I tried it without and with 'executable' - same result. I have not seen the ext ".bin" on any of them, just ".chk" or no ext. Thanks.

    – sgu55
    1 hour ago













  • Can you please update your question with the output of file filename (for some filename)

    – Andy Dalton
    1 hour ago











  • Website with the instructions: cyberciti.biz/faq/…

    – sgu55
    1 hour ago






  • 1





    X-Y. Unknown what you're asking.

    – 炸鱼薯条德里克
    1 hour ago


















-1















I have a directory that was originally all ".doc" files and were copied over to an external hdd. Now all the files are 'binary' files. Some have extensions, many do not.



I tried opening them with the following commands after making them executable, and separately, without making them executable.



chmod +x filename.bin (or filename.chk) 


For example: chmod +x file.chk This resulted in $ on the next line.



./filename.bin (or ./filename.chk)


For example: ./file.chk This resulted in "cannot execute binary file" "exec format error".










share|improve this question

























  • If the files were .doc before, that generally suggest that they were MS Word documents. If so, why are you trying to execute them?

    – Andy Dalton
    1 hour ago











  • For the commands above, the person who wrote that suggestion stated to first make sure they are executable. I tried it without and with 'executable' - same result. I have not seen the ext ".bin" on any of them, just ".chk" or no ext. Thanks.

    – sgu55
    1 hour ago













  • Can you please update your question with the output of file filename (for some filename)

    – Andy Dalton
    1 hour ago











  • Website with the instructions: cyberciti.biz/faq/…

    – sgu55
    1 hour ago






  • 1





    X-Y. Unknown what you're asking.

    – 炸鱼薯条德里克
    1 hour ago














-1












-1








-1








I have a directory that was originally all ".doc" files and were copied over to an external hdd. Now all the files are 'binary' files. Some have extensions, many do not.



I tried opening them with the following commands after making them executable, and separately, without making them executable.



chmod +x filename.bin (or filename.chk) 


For example: chmod +x file.chk This resulted in $ on the next line.



./filename.bin (or ./filename.chk)


For example: ./file.chk This resulted in "cannot execute binary file" "exec format error".










share|improve this question
















I have a directory that was originally all ".doc" files and were copied over to an external hdd. Now all the files are 'binary' files. Some have extensions, many do not.



I tried opening them with the following commands after making them executable, and separately, without making them executable.



chmod +x filename.bin (or filename.chk) 


For example: chmod +x file.chk This resulted in $ on the next line.



./filename.bin (or ./filename.chk)


For example: ./file.chk This resulted in "cannot execute binary file" "exec format error".







binary






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 hour ago







sgu55

















asked 1 hour ago









sgu55sgu55

123 bronze badges




123 bronze badges













  • If the files were .doc before, that generally suggest that they were MS Word documents. If so, why are you trying to execute them?

    – Andy Dalton
    1 hour ago











  • For the commands above, the person who wrote that suggestion stated to first make sure they are executable. I tried it without and with 'executable' - same result. I have not seen the ext ".bin" on any of them, just ".chk" or no ext. Thanks.

    – sgu55
    1 hour ago













  • Can you please update your question with the output of file filename (for some filename)

    – Andy Dalton
    1 hour ago











  • Website with the instructions: cyberciti.biz/faq/…

    – sgu55
    1 hour ago






  • 1





    X-Y. Unknown what you're asking.

    – 炸鱼薯条德里克
    1 hour ago



















  • If the files were .doc before, that generally suggest that they were MS Word documents. If so, why are you trying to execute them?

    – Andy Dalton
    1 hour ago











  • For the commands above, the person who wrote that suggestion stated to first make sure they are executable. I tried it without and with 'executable' - same result. I have not seen the ext ".bin" on any of them, just ".chk" or no ext. Thanks.

    – sgu55
    1 hour ago













  • Can you please update your question with the output of file filename (for some filename)

    – Andy Dalton
    1 hour ago











  • Website with the instructions: cyberciti.biz/faq/…

    – sgu55
    1 hour ago






  • 1





    X-Y. Unknown what you're asking.

    – 炸鱼薯条德里克
    1 hour ago

















If the files were .doc before, that generally suggest that they were MS Word documents. If so, why are you trying to execute them?

– Andy Dalton
1 hour ago





If the files were .doc before, that generally suggest that they were MS Word documents. If so, why are you trying to execute them?

– Andy Dalton
1 hour ago













For the commands above, the person who wrote that suggestion stated to first make sure they are executable. I tried it without and with 'executable' - same result. I have not seen the ext ".bin" on any of them, just ".chk" or no ext. Thanks.

– sgu55
1 hour ago







For the commands above, the person who wrote that suggestion stated to first make sure they are executable. I tried it without and with 'executable' - same result. I have not seen the ext ".bin" on any of them, just ".chk" or no ext. Thanks.

– sgu55
1 hour ago















Can you please update your question with the output of file filename (for some filename)

– Andy Dalton
1 hour ago





Can you please update your question with the output of file filename (for some filename)

– Andy Dalton
1 hour ago













Website with the instructions: cyberciti.biz/faq/…

– sgu55
1 hour ago





Website with the instructions: cyberciti.biz/faq/…

– sgu55
1 hour ago




1




1





X-Y. Unknown what you're asking.

– 炸鱼薯条德里克
1 hour ago





X-Y. Unknown what you're asking.

– 炸鱼薯条德里克
1 hour ago










0






active

oldest

votes














Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f526164%2fhow-can-i-open-a-binary-file-with-extension-chk-or-no-extension%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f526164%2fhow-can-i-open-a-binary-file-with-extension-chk-or-no-extension%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...