Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

What is difference between "firefox" and "firefox-bin" in "firefox-60.9.0esr.tar.bz2"?

  • 1 risposta
  • 1 ha questo problema
  • 9 visualizzazioni
  • Ultima risposta di cor-el

more options

$ tar --list -jf ./firefox-60.9.0esr.tar.bz2 |grep -e '^firefox/firefox$' -e '^firefox/firefox-bin$'

firefox/firefox
firefox/firefox-bin
$ tar --list -jf ./firefox-60.9.0esr.tar.bz2 |grep -e '^firefox/firefox$' -e '^firefox/firefox-bin$' firefox/firefox firefox/firefox-bin

Modificato da yalisecid il

Tutte le risposte (1)

more options

It looks the small firefox binary is the initial loader that may check whether another instance is running and that starts firefox-bin to start the actual Firefox application.