Write the shell commands, in the correct order, to perform t…
Write the shell commands, in the correct order, to perform the following tasks while working from the Test1 directory: Create a directory named Test1 and, inside it, create subdirectories Source and Config. Create files app.py in Source and settings.conf in Config. Set permissions on Source so the owner has full access, the group has read and execute, and others have no access. Use symbolic notation. Configure Logs so all users can access it, but only the owner can create, delete, or rename files inside. Use octal notation. Create a directory named Backup inside Test1 and copy both the Source and Config into it. Remove the Source directory from the Test1 directory.