Answer:
option d
it will give execute permissions to only the root user
Step-by-step explanation:
chmod is the command in linux which only can be used by the file owner or you can say the root user
chmod x file-name is the command which sets the execute permissions to the specific file or the particular program to run