A Linux user checks the permissions of a file with the ls -l
command and receives the following output: -rw-r--r-- 1 alice alice 5607 Jan 20 13:30 report.txt
. What can the user 'alice' do with 'report.txt' based on the given permissions?
Only read the file
Read and modify the file
Modify but not read the file
Execute the file