Use a single command to set the permissions of the to_do_list.txt files in both work folders to:

user - read, write
group - read
others - read,execute

Provide your Answer here (0.5 marks) - Using Letters: _______________


Provide your Answer here (0.5 marks) - Using Octal values: _______________

Using Letters:

chmod u=rw,g=r,o=r+x to_do_list.txt

Using Octal values:

chmod 644 to_do_list.txt