Suppose a user belongs to a group that has all permissions on a file named jobs_list, but the user, as the owner of the file, has no permissions. Describe which operations, if any, the user/owner can perform on jobs_list. Which command can the user/owner give that will grant the user/owner all permis- sions on the file?

What will be an ideal response?

Initially the user/owner cannot perform any operations involving the file,

other than using ls to list it. When the user/owner gives the following com-
mand, the user/owner can perform any operation involving the file:

$ chmod u+rwx jobs_list

Computer Science & Information Technology

You might also like to view...

The first field you choose to sort by is called the ________ field

Fill in the blank(s) with correct word

Computer Science & Information Technology

A ________ is a value that can be changed each time you run the query

A) parameter B) condition C) prompt D) criterion

Computer Science & Information Technology