LinuxCommandLibrary

caja

TLDR

Open the home directory

$ caja
copy
Open specific directories in separate windows
$ caja [path/to/directory1] [path/to/directory2] ...
copy
Open directories in tabs
$ caja -t [path/to/directory1] [path/to/directory2] ...
copy
Open with a specific window size
$ caja -g [600]x[400] [path/to/directory]
copy
Close all windows
$ caja -q
copy

SYNOPSIS

caja [options] [directories...]

DESCRIPTION

caja is the default file manager for the MATE desktop environment. It provides a graphical interface for browsing files and directories, managing file operations, and accessing network locations.
Caja is a fork of GNOME's Nautilus file manager, maintaining a traditional desktop file management experience.

PARAMETERS

-t, --tabs

Open directories in tabs instead of windows
-g, --geometry WxH
Set window size in pixels
-q, --quit
Close all Caja windows
-n, --no-default-window
Only create windows for explicitly specified paths
--browser
Open browser window

SEE ALSO

nautilus(1), dolphin(1), thunar(1), ranger(1)

Copied to clipboard