Firefox のメインバイナリはどこにありますか?

Firefox のメインバイナリはどこにありますか?

Firefox の複数のプラグイン (具体的には CFX) を使用してグラフィック エクスペリエンスを最適化したいのですが、そのためには、ドライバーが設定を強制できるように Firefox のバイナリを指定する必要があります。バイナリはどこにありますか?

答え1

そのためのコマンドがあります:

which firefox
/usr/bin/firefox

のマニュアルページからwhich:

HICH(1) 一般コマンドマニュアル WHICH(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.

関連情報