Linux command
opera 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Opera browser
opera
Open URL
opera [https://example.com]
Open in new window
opera --new-window [url]
Private browsing
opera --private
Start with specific profile
opera --user-data-dir=[/path/to/profile]
说明
opera is the Opera web browser. Chromium-based browser with built-in features. The browser includes VPN, ad blocker, and workspaces. Cross-platform.
参数
- --new-window
- Open in new window.
- --private
- Private browsing mode.
- --user-data-dir _DIR_
- Profile directory.
- --help
- Display help information.
FAQ
What is the opera command used for?
opera is the Opera web browser. Chromium-based browser with built-in features. The browser includes VPN, ad blocker, and workspaces. Cross-platform.
How do I run a basic opera example?
Run `opera` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --new-window do in opera?
Open in new window.