Mini Project Using Shell Scripting

Mini Project Using Shell Scripting

I have completed the small task using the shell script which gives you knowledge of a few commands:-

Shell Script Points:-

  1. Enter your name to know the user details

  2. Username

  3. Current date and time

  4. Disk Space availability

  5. Total and available RAM

  6. Show top CPU processes

  • Add more commands if you know

** To display the current user we use $whoami command

** Command which shows current date and time is $date

** Using "df -H" command you know about disk space information

** To know about RAM information we have to use $free command.

Top 5 CPU processes:-


*
Mini Project Shell Script*

OutPut:-