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

25 lines
546 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.

# caja
> 在 MATE 桌面环境中管理文件和目录。
> 另见:`nautilus``dolphin``thunar``ranger`。
> 更多信息:<https://manned.org/caja>。
- 打开当前用户的主目录:
`caja`
- 在单独的窗口中打开特定目录:
`caja {{path/to/directory1 path/to/directory2 ...}}`
- 在标签页中打开特定目录:
`caja --tabs {{path/to/directory1 path/to/directory2 ...}}`
- 以特定窗口大小打开目录:
`caja --geometry={{600}}x{{400}} {{path/to/directory}}`
- 关闭所有窗口:
`caja --quit`