Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά παραβίασης».

Μάθετε περισσότερα

Αυτό το νήμα αρχειοθετήθηκε. Κάντε νέα ερώτηση αν χρειάζεστε βοήθεια.

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

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 95 προβολές
  • Τελευταία απάντηση από 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

Τροποποιήθηκε στις από τον/την yalisecid

Όλες οι απαντήσεις (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.