Computer Science, asked by Piayadav8726, 10 months ago

Define the structure of linux file system

Answers

Answered by vikram2007kkkkkk
0

The Linux file system is above in the image

Attachments:
Answered by writersparadise
2

The Linux file system represents the directory structure and its contents. All directories and files appear under the root directory irrespective of whether they are located on the same or different virtual or physical devices.

The root directory contains various other directories such as:

/bin/ - user command binaries

/boot/ - static files of boot loader

/dev/ - device files

/etc/ - host specific system configuration

/lib/ - user home directories

/media/ - removable media

/mnt/ - mounted file system

/opt/ - add-on application software package

/sbin/ - system binaries

/srv/ - data for service from system

/tmp/ - temporary files

/usr/ - user utilities and applications

/proc/ - process information

Similar questions