Danny, you should be able to execute the bin file. First make sure it is executable. A fast way to do this without going into detail about permissions is:
$chmod +x filename.bin What you did was tell it to make the file executable. Next you should be able to run the file with a "./" dot slash $./filename.bin Hope that gets you started on installing. If you want to know the current permission settings you can run a $ls -la in the directory of where the file is. that command asks for "list long all attributes" or something similar to that. Josh On Jan 18, 2008 3:48 AM, Danny <[EMAIL PROTECTED]> wrote: > Can anyone please explain to me in detail how to install a .bin file? > > > Thanx, > Danny J. > > -- > loco-contacts mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/loco-contacts > > -- Joshua Chase GMT - 5:00 http://www.linuxcrypt.net http://www.cigarbros.net gtalk: joshua.d.chase skype: joshua.chase Grand Central # (404) 461-9919
-- loco-contacts mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/loco-contacts
