Skip to content

Nauman-devops/Linux-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐧 Linux-project – File Management & System Monitoring

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.


πŸ“Œ Features

πŸ”Ή File Manager (file_manager.sh)

  • 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

πŸ”Ή System Monitor (sys_monitor.sh)

  • Shows Disk usage (df)
  • Displays Memory usage (free)
  • Displays CPU load (uptime)
  • Lists Top 5 processes by memory usage (ps)

πŸ› οΈ Skills Demonstrated

  • Linux file management
  • Shell scripting basics
  • File permissions
  • Log handling
  • System resource monitoring
  • Git & GitHub workflow

πŸš€ How to Run

1. Clone this repository

git clone https://github.com/Nauman-devops/Linux-project.git
cd Linux-project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages