주요 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.

관련 정보