如何通过命令行在 linux 中打开每个用户的唯一 firefox 实例?
How to open unique, per-user instance of firefox in linux through command line?
在我的团队中,多人在基于 linux 的服务器上使用同一个帐户。如果一个用户已经打开 firefox 而其他用户尝试打开 firefox,则会抛出以下错误:
Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.
我需要类似 $ spyder --new-instance
的东西来创建新的 spyder 实例。
OS : 分OS 7
Firefox 版本:Mozilla Firefox 68.4.1esr
从 mozilla website 我找到了打开新实例的命令行,而不是 运行 实例中的新 window,它允许一次打开应用程序的多个副本。这是
firefox -new-instance -P "Another Profile"
然后创建新的配置文件 > 启动 firefox。
注意:Windows
不可用
在我的团队中,多人在基于 linux 的服务器上使用同一个帐户。如果一个用户已经打开 firefox 而其他用户尝试打开 firefox,则会抛出以下错误:
Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.
我需要类似 $ spyder --new-instance
的东西来创建新的 spyder 实例。
OS : 分OS 7
Firefox 版本:Mozilla Firefox 68.4.1esr
从 mozilla website 我找到了打开新实例的命令行,而不是 运行 实例中的新 window,它允许一次打开应用程序的多个副本。这是
firefox -new-instance -P "Another Profile"
然后创建新的配置文件 > 启动 firefox。
注意:Windows
不可用