Create a directory named "/collaboration" on ServerB, and configure it so that any files or subdirectories created within that directory are owned by the group "managers".
On rhel.server.com, configure persistent storage on “/var/lib/containers/backup_storage” for the ubi container image whose volume is the /mnt directory. Using the ubi container shell create a sample file sample.txt in the “/var/lib/containers/backup_storage” directory. Then stop and remove the ubi container.
On ServerA, create a Bash script named /script.sh that outputs the second argument followed by the first argument when executed with two arguments (e.g., "test2 test1" for ./script.sh test1 test2).