Date: Wed, 23 Apr 2014 04:25:14 +0200 From: Polytropon <freebsd@edvax.de> To: "Achilleus" <324008223@qq.com> Cc: questions <questions@FreeBSD.org> Subject: Re: questions Message-ID: <20140423042514.84572e2d.freebsd@edvax.de> In-Reply-To: <tencent_061A25461D391A9A7AF4E3B3@qq.com> References: <tencent_061A25461D391A9A7AF4E3B3@qq.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140423042514.84572e2d.freebsd>