questions

Polytropon freebsd at edvax.de
Wed Apr 23 02:26:33 UTC 2014


On Wed, 23 Apr 2014 10:00:46 +0800, Achilleus wrote:
> I have a questions,the .bin file can t EXECUTE。
> note:cannot execute binary file
> 
> 
> how can do it?

What binary file is it? If it's an executable, you can
usually run it with

	% ./filename.bin

where "filename.bin" is the exact name of the file. Note
that it needs to have the executable attribute, i. e.

	% chmod +x filename.bin

could be needed.

On the other hand: If the .bin file is an image file for
USB or optical media, you would typically dd it onto the
USB stick or use a program like cdrecord or growisofs to
burn it to optical media.

The command

	% file filename.bin

will probably provide more information about _what_ the
binary file actually is.





-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...


More information about the freebsd-questions mailing list