A beginner-friendly Linux project that demonstrates essential file management, system monitoring, and shell scripting skills for DevOps.
This toolkit contains simple bash scripts that showcase practical Linux usage for automation and system health checks.
- List files in the current directory (
ls) - Copy files (
cp) - Move files (
mv) - Search text inside files (
grep) - Logs all file operations in
logs/activity.log
- Shows Disk usage (
df) - Displays Memory usage (
free) - Displays CPU load (
uptime) - Lists Top 5 processes by memory usage (
ps)
- Linux file management
- Shell scripting basics
- File permissions
- Log handling
- System resource monitoring
- Git & GitHub workflow
git clone https://github.com/Nauman-devops/Linux-project.git
cd Linux-project