Loading practice questions
Consider the following statements:
Statement I: UNIX provides three types of permissions: Read, Write, and Execute.
Statement II: The command chmod is used to change these permissions.
Which of the statements given above is/are correct?
Correct Answer: C — Both Statement I and Statement II
Explanation:
UNIX fundamentally provides three file permissions: Read, Write, and Execute. These can be modified using the chmod command.