answersLogoWhite

0

What file service is used in Linux?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

Need to be more specific in your question.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What Linux command sets a files permission?

In Linux the chmod command is used to set file permissions.


What is the Linux Filesystem hierarchy used for?

The Linux Filesystem Hierarchy is used to help determine the file structure in the Linux Operating System. It defines the Directory structure and directory contents.


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 are hardlinks and softlinks used for in Linux?

Alternate references to a file/directory.


What is the oldest Linux file system?

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


Which command is used to create an empty file with file size zero bytes so that you can write in these files later in unix and Linux?

touch newfile will make a new empty file in linux os !


What does a dot preceding a file name in Linux mean?

It means that the file or directory is used for application settings.


What is file manager in Linux?

There is no set file manager in linux. Examples of Linux file managers include but: Nautilus (GNOME) Thunar (XFCE) Dolphin (KDE)


Which Linux command is used to copy a file?

in terminal it is : #cp file_a file_b


What is the primary file system type used by fedora 15 Linux?

ext4


What is the use of the .forward file in a Linux system?

The .forward file is used to forward email sent to one account to the address specified in the file.


What is ext3 file system?

The Linux ext3 file system is the default system in many linux derivatives. It allows for journalling, which the ext2 system did not. It also allows in-situ upgrades without asking for a backup first.