Which of these commands will set the permissions on file textfile to read and write for the owner, read for the group, and nothing for everyone else?

🎲 Try a Random Question  |  Total Questions in Quiz: 22  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Linux Basics Practice Test: Linux File Permissions — practice the complete quiz, review flashcards, or try a random question.

Linux file permissions control who can read, write, and execute the contents of a file or directory. Each permission is represented by an abbreviation (r, w, or x) and an octal value. The permissions are broken into groups of three, and each position in the group denotes a specific permission: First three characters (2–4): Represent the permissions for the file's owner Second group of three characters (5–7): Consist of the permissions for the group to which the file belongs Last group of three characters (8–10): Represent the permissions for everyone else  The three digits of a permission... Show more

Which of these commands will set the permissions on file textfile to read and write for the owner, read for the group, and nothing for everyone else?