RHCSA Notes#
Linux Filesystem#
Users and Groups#
Networking#
System#
Processes & Job Scheduling#
- Job control
- jobs
- bg
- fg
- ps
- pstree
- pgrep
- pidof
- nice
- renice
- kill
- pkill
- Job scheduling
- at
- cron
Package management#
System logging#
Performance tuning#
Booting#
Shell & Scripting#
Storage Management#
Disk partitioning#
Partition tables:
Partition utilities:
- fdisk - My preference, more feature complete and defaults to MiB, GiB, etc which seems like a no-brainer to me...
- parted
- gdisk - Nice if you only care about GPT... basically GPT fdisk, all the same syntax. Why limit yourself though?
Logical Volumes#
- LVM
- VDO