CompTIA Linux+ XK0-005 Practice Question
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?
Execute the file
Read and modify the file
Modify but not read the file
Only read the file