546 B
546 B
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