¿Dónde está el binario principal de Firefox?

¿Dónde está el binario principal de Firefox?

Quiero optimizar mi experiencia gráfica con múltiples complementos en Firefox (específicamente CFX), pero para que eso funcione, necesito especificar el binario de Firefox para que el controlador pueda forzar la configuración. ¿Dónde está el binario?

Respuesta1

Hay un comando para eso:

which firefox
/usr/bin/firefox

Desde la página de manual para which:

HICH(1) Manual de Comandos Generales QUE(1)

NAME
   which - locate a command

SYNOPSIS
   which [-a] filename ...

DESCRIPTION
   which returns the pathnames of the files (or links) which would be exe‐
   cuted in the current environment, had its arguments been given as  com‐
   mands  in a strictly POSIX-conformant shell.  It does this by searching
   the PATH for executable files matching the names of the  arguments.  It
   does not follow symbolic links.

información relacionada