1FIREFOX(1) Linux User's Manual FIREFOX(1)
2
3
4
6 firefox - a Web browser for X11 derived from the Mozilla browser
7
8
10 firefox [OPTIONS ...] [URL]
11
12 firefox-bin [OPTIONS] [URL]
13
14
16 Mozilla Firefox is an open-source web browser, designed for standards
17 compliance, performance and portability.
18
19
21 firefox is a simple shell script that will set up the environment for
22 the actual executable, firefox-bin.
23
24
26 A summary of the options supported by firefox is included below.
27
28
29 X11 options
30 --display=DISPLAY
31 X display to use
32
33 --sync Make X calls synchronous
34
35 --g-fatal-warnings
36 Make all warnings fatal
37
38
39 Firefox options
40 -h, -help
41 Show summary of options.
42
43 -v, -version
44 Print Firefox version.
45
46 -P profile
47 Start with profile.
48
49 --profile path
50 Start with profile at path.
51
52 --migration
53 Start with migration wizard.
54
55 --ProfileManager
56 Start with ProfileManager.
57
58 --no-remote
59 Do not accept or send remote commands; implies --new-instance.
60
61 --new-instance
62 Open new instance, not a new window in running instance.
63
64 --UILocale locale
65 Start with locale resources as UI Locale.
66
67 --save-mode
68 Disables extensions and themes for this session.
69
70 --headless
71 Run without a GUI.
72
73 --marionette
74 Enable remote control server.
75
76 --browser
77 Open a browser window.
78
79 --new-window url
80 Open url in a new window.
81
82 --new-tab url
83 Open url in a new tab.
84
85 --private-window url
86 Open url in a new private window.
87
88 --preferences
89 Open Preferences dialog.
90
91 --screenshot [path]
92 Save screenshot to path or in working directory.
93
94 --window-size width[,height]
95 Width and optionally height of screenshot.
96
97 --search term
98 Search term with your default search engine.
99
100
101
102 --jsconsole
103 Open the Browser Console.
104
105 --jsdebugger
106 Open the Browser Toolbox.
107
108 --wait-for-jsdebugger
109 Spin event loop until JS debugger connects. Enables debugging
110 (some) application startup code paths. Only has an effect when
111 --jsdebugger is also supplied.
112
113 --devtools
114 Open DevTools on initial load.
115
116 --start-debugger-server [ws:][port|path]
117 Start the debugger server on a TCP port or Unix domain socket
118 path. Defaults to TCP port 6000. Use WebSocket protocol if ws:
119 prefix is specified.
120
121 --recording file
122 Record drawing for a given URL.
123
124 --recording-output file
125 Specify destination file for a drawing recording.
126
127 --setDefaultBrowser
128 Set this app as the default browser.
129
130
132 /usr/bin/firefox - shell script wrapping firefox
133 /usr/lib64/firefox/firefox-bin - firefox executable
134
135
137 57.0
138
139
141 To report a bug, please visit http://bugzilla.mozilla.org/
142
143
145 The Mozilla Organization
146 http://www.mozilla.org/about.html
147
148 Tobias Girstmair
149 https://gir.st/
150
151
152
153firefox November 30, 2017 FIREFOX(1)