answersLogoWhite

0

There is no set file manager in linux. Examples of Linux file managers include but:

Nautilus (GNOME)

Thunar (XFCE)

Dolphin (KDE)

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is the file manager of GNU Linux?

There is no the file manager. Different environments have different file managers available.


What is the oldest Linux file system?

The first file system Linux supported was the MINIX file system.


What is a package manager in Linux?

A package manager is a utility to install remove, upgrade, and track the dependencies of software in Linux.


What is the major achievement of Linux?

Package Manager is The Biggest Achievement of Linux


What is the function of the device manager udev?

The device manager UDEV manages device nodes in /dev in Linux. It is a generic kernal device manager originally was introduced in Linux 2.5, and is still in the current version of Linux.


What is the Linux Virtual File System used for?

The Linux VFS (Virtual File System) may be thought of as a sort of interface between the Linux kernel and the mounted file systems. There can be many different file system types mounted simultaneously and VFS allows the Linux kernel to see and address them all in a similar way. This provides Linux with a great deal of flexibility. [JMH]


What file system does Red Hat Enterprise Linux use?

ext3 is the default file system for Red Hat Enterprise Linux.


How do you edit an inode in Linux since everything in Linux is a file?

You don't edit inodes manually. They are managed by the file system driver.


Where can one learn about Linux file server?

One could find information online regarding Linux file servers at the HowToForge website. The site covers everything one would need to know about Linux file servers.


What is LVM in Linux?

LVM is a logical volume manager for the Linux kernel; it manages disk drives and similar mass-storage devices.


How does Linux know what program to open files with?

The exact method the desktop environment uses (it is not a feature of the Linux kernel itself) that selects a program to open a file with varies slightly, but works something like this: 1. The file manager / explorer tries to identify what type of file it is. Unlike in Windows, this is not determined by the file extension, but by various identifying features in the file, such as "magic numbers", or commonly used strings, and syntax used in specific types of plaintext documents. 2. The file is matched by its type to a program. 3. The file manager launches the program with the path to the file as an input parameter, much like entering "programname filename" on the command line.


How do you access a Linux partition from Windows XP?

There are programs you can download that will read Linux file systems. Common file systems are ext2 and ext3.