Project 1 of 3 in the Linux System Management series
Focus: Boot Process, GRUB2, Timezone Configuration, Kernel Parameters
- Inspect and validate the system boot process
- Review GRUB2 configuration structure
- Set and verify system timezone
- List and filter kernel and network parameters using
sysctl
- Fedora Linux (remote system)
- SSH access from macOS terminal
- All commands executed remotely and documented with outputs and screenshots
linux-system-management-1/
├── README.md
├── outputs/
│ ├── 01-bootctl-status.txt
│ ├── 02-grub-scripts.txt
│ ├── 03-timezone-status.txt
│ ├── 04-sysctl-kernel.txt
│ └── 05-sysctl-net.txt
└── screenshots/
├── 01-bootctl-status.png
├── 02-grub-directory-tree.png
├── 03-timezone-status.png
├── 04-sysctl-kernel-params.png
└── 05-sysctl-network-params.png
bootctl statusls -l /etc/grub.dtimedatectl
sudo timedatectl set-timezone UTC
timedatectlsysctl -a | grep kernelsysctl -a | grep netThis project demonstrates core Linux+ system management topics through real terminal output and command execution.
Documentation and screenshots provide a full proof-of-execution trail, reinforcing both certification learning and DevOps practices.
→ linux-system-management-2
Focus: Users, shadow file, ulimit, file operations




