Files
tldr/pages.zh/linux/nautilus.md

34 lines
600 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 海螺
> 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`