20p] Write an auditing script that checks every hour the files and folders that have rights greater than 755 in your Home folder and sends a warning to the screen about the files and directories that have been identified.2. [20p] Write an auditing script that checks once a day what new files have been created in your Home folder and records a warning to a log file called newfiles.log stating the absolute path of the files that have been identified.3. [20p] Write an auditing script that checks the appearance of the following Linux commands in the BASH configuration and history files and saves in a file called command.log the line number where these are found: passwd, chmod, sudo, chgrp, chown, touch. For example:passwd: 33, 23, 44 chmod: 10, 12, 46