In Task#1, we have to collect all the metrics and log them in QBox_benchmark.
Later, in Task#3, we have to compare the file permissions of different QBox server versions and ensure that they match the baseline version. We are also told that we can set a flag in the conf file to ensure the correct permissions are set.
My question is, what exactly are the correct permissions? If my baseline version when doing an upload(without the flag set), gives say, read and execute permissions to only the owner and groups in the destination file, then are those the correct permissions, and we need those to reflect across the other versions? Or is there are a specific set of (read,write,execute) that we need to give across owner, group and users?