HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

caja — Manage files and directories in the MATE desktop environment. See also: `nautilus`, `dolphin`, `thun

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandfilesanddirectoriesclimanagecaja
linux

Problem

How to use the caja command: Manage files and directories in the MATE desktop environment. See also: nautilus, dolphin, thunar, ranger. More information: <https://manned.org/caja>.

Solution

caja — Manage files and directories in the MATE desktop environment. See also: nautilus, dolphin, thunar, ranger. More information: <https://manned.org/caja>.

Open the current user home directory:
caja


Open specific directories in separate windows:
caja {{path/to/directory1 path/to/directory2 ...}}


Open specific directories in tabs:
caja {{[-t|--tabs]}} {{path/to/directory1 path/to/directory2 ...}}


Open a directory with a specific window size:
caja {{[-g|--geometry]}} {{600}}x{{400}} {{path/to/directory}}


Close all windows:
caja {{[-q|--quit]}}

Code Snippets

Open the current user home directory

caja

Open specific directories in separate windows

caja {{path/to/directory1 path/to/directory2 ...}}

Open specific directories in tabs

caja {{[-t|--tabs]}} {{path/to/directory1 path/to/directory2 ...}}

Open a directory with a specific window size

caja {{[-g|--geometry]}} {{600}}x{{400}} {{path/to/directory}}

Close all windows

caja {{[-q|--quit]}}

Context

tldr-pages: linux/caja

Revisions (0)

No revisions yet.