Learn › RHCSA (EX200)
File Systems
Create and mount xfs, ext4, and vfat filesystems. Configure NFS and autofs mounts against a remote server. Set up SGID directories for group collaboration and diagnose permission problems.
Labs in this module
- mkfs, mount, umount, findmnt - Take a raw partition all the way to a working mounted directory and cleanly back down. Format with mkfs.xfs (the RHEL 10 default, which can
- NFS Mounts from serverb - Mount an NFS export from a provided server, the client side of the EX200 file-systems objective. Discover exports with showmount -e SERVER,
- autofs: Automatic Mounts - Configure on-demand automounting with classic autofs, the RHCSA exam form (not systemd automount units). The two-file model: a master-map en
- SGID Directories for Collaboration - Build a shared team directory with the SGID bit so every file created inside inherits the directory group instead of the creator personal gr
- Permission Forensics - Diagnose and fix a permission or ownership problem that blocks a user or service (EX200 task 32). Read a file exact metadata with stat -c (n
- Mission Control: Operation Mountpoint - The RHCSA file-systems capstone on a real RHEL 10 machine. Wire local XFS by UUID, an NFS mount, an autofs automount, an SGID share, and a p