34 lines
600 B
Markdown
34 lines
600 B
Markdown
# 海螺
|
||
|
||
> GNOME 桌面环境的默认文件管理器。
|
||
> 也称为 GNOME 文件。
|
||
> 另见:`dolphin`,`caja`,`thunar`,`vifm`。
|
||
> 更多信息:<https://manned.org/nautilus>。
|
||
|
||
- 启动海螺:
|
||
|
||
`nautilus`
|
||
|
||
- 以 root 用户身份启动海螺:
|
||
|
||
`nautilus admin:/`
|
||
|
||
- 启动海螺并显示特定目录:
|
||
|
||
`nautilus {{path/to/directory}}`
|
||
|
||
- 启动海螺并选择特定文件或目录:
|
||
|
||
`nautilus --select {{path/to/file_or_directory}}`
|
||
|
||
- 在新窗口中启动海螺:
|
||
|
||
`nautilus --new-window`
|
||
|
||
- 关闭所有海螺实例:
|
||
|
||
`nautilus --quit`
|
||
|
||
- 显示帮助:
|
||
|
||
`nautilus --help` |