cover-img

What is Linux File System?

12 December, 2022

0

0

0

In linux everything is in form of files
audio, video , images ,commands etc everything is file.
to work with these file, to access to manage these file some system is needed that system is called linux file system
window also use file system.

Version of file systems

1.

ext3 (third extended filesystem)

2.

ext4 (fourth extended filesytsem)

3.

XFS (extent filesytsem)

4.

FAT (file allocation table)

5.

BTRFS etc

How to find which file system your linux is using

command : lsblk -f
img
ubantu uses FAT file system and centOS use XFS file system

File system structure Description

some files are comman in all the os they are present in all system by default like bin directory, root dir etc
img
/boot - having files used by boot loader (ex: grub) /dev - system devices files like speaker , input etc /etc - these are configuration file ,configuration file of any software we install is present here. usr/bin - bin means binary , all command files are present here. /usr/sbin - system binaries of root directory , root access commands are present here. /opt - third party application files are present here /proc - Running process related files are present here /usr/lib -c program library files needed by commands and apps /tmp - having temporary files /home - directories of the user /root - super user of system ,admin /mnt - mount external file system /media - media related and even usb related

0

0

0

Harshit choubey
an artist in being! JAVA || Frontend

More Articles

Showwcase is a professional tech network with over 0 users from over 150 countries. We assist tech professionals in showcasing their unique skills through dedicated profiles and connect them with top global companies for career opportunities.

© Copyright 2025. Showcase Creators Inc. All rights reserved.