Linux Unit- 3
Linux Unit- 3
Ext4 is the most widely used file system in Linux due to its performance and reliability.
2. XFS: High-performance journaling file system for large files and data.
3. Btrfs: Known for advanced features like snapshots and built-in RAID.
2. Important Subdirectories:
o /bin: Essential user command binaries (e.g., ls, cp, mv).
ls -l
cp file1 file2
mv oldname newname
rm filename
cat filename
touch newfile
mkdir newdir
rmdir dirname
cd /path/to/dir
pwd
du -h /path
df -h
3. Software Management
Linux provides tools for installing, updating, and managing software packages.
Package Managers
Debian-based Systems: Use apt or dpkg.
Generic Methods:
2. Database Applications:
o MySQL/MariaDB: Relational database management.
2. Multimedia Applications:
o VLC: Media player for various formats.
Web Services
Apache and Nginx: Popular web servers.
FTP Services
vsftpd and ProFTPD: File Transfer Protocol servers.
Linux supports a vast range of applications and services, making it a versatile and powerful operating
system for both personal and professional use.