Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 910 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 910 Bytes

automation-scenarios

Scenario 1 – How do I archive all the matching logs and move the archived files to the backup directory?

Scenario 2 – How to Delete archive files that are older than two days automatically?

Scenario 4 – How do I email the summary of the web server requests every day?

Scenario 5 – How Should I continuously monitor and Restart the web server if it is not running?

Scenario 6 - How should I allow the users to execute other commands normally whereas the forbidden commands should throw an error?

Scenario 7 – How to monitor the Disk usage and alert if it is beyond the given threshold?

Scenario 8 – How to move the deleted files/folders to the recycle bin?

Scenario 9 – How to restore the deleted files/folders from the recycle bin?

Scenario 10 – How to Log all the deleted actions?

Scenario 11 – How to Read and Display all the file inputs with line numbers?