answersLogoWhite

0


Best Answer

yes

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Do Linux use a logical tree to organize files into different folders?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is LVM in Linux?

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


What does ls -ld in Linux do?

It lists the directories (folders) only in a given path, and also lists the file permissions and file sizes for those folders.


What is LBA LINUX?

LBA Linux is 1.) "Linux Business Alliance" -- a version of Linux out of Finland, formerly known as SOT Linux. Sot merged with another "flavor" to become "LBA Linux" 2.) lba -- initials used for "logical block address", something to do with formatting and using a hard drive.


Linux command to list a folders contents?

The LS command: ls folder Type man ls for more details.


How can a coppy a file from windows to linux in dual boot?

boot the system you need the file to be in, and navigate to the other systems folders.


Does Ubuntu Linux recognize Windows folders on external media?

Yes. Ubuntu can read files and directories created by a Windows system.


How does suse linux enterprise server differ from suse linux professinal?

SUSE Enterprise is made to run on servers(which use different platforms to organize the web page) while SUSE Linux professional is desktop Linux with special mods and cool platforms for high tech work in offices and studios.


Why is Linux important?

Linux shell is a programming language. its fully different from others progrmming language. the script which is used in Linux quite tough to remember if we comparison to other programming laguages.


What is a hdc6 partition?

in Linux this is the second logical drive inthe extended partition on the primary slave hard drive


The Linux what allows a user to combine two or more physical disks to create a volume group?

logical volume manager


How can you see your other drives in Linux?

All drivers and devices in Linux are simply files or folders. Usually a link to them will appear on your desktop when needed. For example if you plug in an external hard drive or insert a DVD. If not if you look in /dev/ you will find everything.


What is the directory in Linux?

One of the most noticable differences between Linux and Windows is the directory structure. Not only is the format different, but the logic of where to find things is different In Windows, you use this format to access a directory: C:\Folder1\subfolder\file.txt In Linux, this is the basic format: /Folder1/subfolder/file.txt You'll notice that the slashes are forward slashes in Linux versus backslashes in Windows. Also, there is no drive name (C:, D:, etc.) in Linux. At boot, the 'root partition' is mounted at /. All files, folders, devices and drives are mounted under /. Though it is not apparent from this example, it is important to note that files and folders in Linux are case sensitive. /Folder1/subfolder/file.txt is not the same as /folder1/subfolder/file.txt.