7-Day Linux Master Plan
7-Day Linux Master Plan
Practice:
- Create, move, rename, and delete files/folders
- Change file permissions and test user access
Practice:
- Monitor running processes and kill a process
- Check disk usage and create/mount a partition
Practice:
- Connect to another machine via SSH
- Set up a firewall to allow only specific services
Practice:
- Write a script to automate file backups
- Create a script that checks disk space & sends alerts
Practice:
- Set up a cron job to run a backup script every night
- Install a package using apt/yum and remove it
Practice:
- Install Docker and run a container
- Secure your system by disabling root SSH login
Final Challenge:
- Break your Linux system (change permissions, stop services) and fix it!