• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

caja Command Examples in Linux

by admin

caja is the default file manager for the MATE desktop environment in Linux. It is a user-friendly file manager that provides a simple and intuitive interface for managing files and directories on the Linux system.

caja is a graphical application that is launched from the desktop environment’s application menu or by typing caja at the command prompt. When you launch caja, it will open a window that displays the contents of your home directory. You can then use caja to navigate to other directories, view and edit files, copy and paste files and directories, and perform other common file management tasks.

caja includes many features and tools to help you manage your files and directories, including:

  • A tree view that allows you to navigate through the directory hierarchy.
  • A list view that displays the contents of the current directory.
  • A preview pane that allows you to view the contents of files without opening them.
  • A search tool that allows you to find files and directories by name or content.
  • A terminal emulator that allows you to run command-line programs and scripts within caja.

For more information on using caja, you can consult the MATE documentation or the documentation for the MATE desktop environment.

caja Command Examples

1. Open the current user home directory:

# caja

2. Open specific directories in separate windows:

# caja path/to/directory1 path/to/directory2 ...

3. Open specific directories in tabs:

# caja --tabs path/to/directory1 path/to/directory2 ...

4. Open a directory with a specific window size:

# caja --geometry=600x400 path/to/directory

5. Close all windows:

# caja --quit

Filed Under: Linux

Some more articles you might also be interested in …

  1. How to install rsyslog7 when rsyslog5 is already installed in CentOS/RHEL
  2. cpuid Command Examples in Linux
  3. script: command not found
  4. “aws s3 rm” Command Examples
  5. How to uninstall docker.io software in Ubuntu
  6. How to format code within web pages
  7. How to find the mounting options of currently mounted filesystem
  8. CentOS / RHEL : How to find the creation time of LVM volume
  9. createrepo Command Examples in Linux
  10. lvdisplay: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • “aws secretsmanager” Command Examples
  • “aws s3api” Command Examples
  • “aws s3” Command Examples
  • “aws s3 rm” Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright