Option C is correct. The read, write, and execute permissions can be added (+) or subtracted (-) by the owner of a file to alter the permissions for a user (u), group (g), or others (o).
There are two modes available for changing permissions: Symbolic mode: this technique represents users, groups, and other entities using symbols like u, g, and o. R, W, and X stand for read, write, and execute permissions, respectively. Using +, -, and =, permissions can be changed. Use the chmod command to update the permission flags on existing files and folders ("change mode"). It can be used to modify the permissions of a single file or run recursively with the -R option to modify the permissions of every file and subdirectory in a directory.
Learn more about permissions here-
https://brainly.com/question/13146880
#SPJ4