You have a file on your Linux system, and you need to modify the file’s permissions. The
permissions you wish to apply are: Read and Write for the User; Read and Write for the Group:
and Read for the Others.
What command will allow you to achieve this?

A.
chmod 660 test_file.tar.gz
B.
chmod 760 test_file.tar.gz
C.
chmod 604 test_file.tar.gz
D.
chmod 704 test_file.tar.gz
E.
chmod 664 test_file.tar.gz