![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
What is difference between "firefox" and "firefox-bin" in "firefox-60.9.0esr.tar.bz2"?
$ 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
由yalisecid于
所有回复 (1)
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.