Linux Administration/Devices and Filesystems
Appearance
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
[edit | edit source]Learners should already be familiar with introductory computer concepts, computer support concepts, and computer networking concepts.
Lessons
[edit | edit source]- 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