Linux Administration/Devices and Filesystems
This section of the Linux Administration course covers devices and filesystems commands. Lessons include Partitions, Integrity, Mounting, Disk Quotas, Permissions, Links, and File Locations.
Preparation
editLearners should already be familiar with introductory computer concepts, computer support concepts, and computer networking concepts.
Lessons
edit- Storage Devices:
lsblk
- Partitions:
fdisk -l
,parted
- Integrity
- Mounting
- Disk Quotas
- Permissions
- Links
- Filesystems types: ext4, brtfs, xfs
- Logical Volume Managers (LVM) and ZFS
- File Locations
- Free and Allocated space:
du
,du -x
, du -hs, df -kh ., cdu - File information:
stat