What is the octal value representing read and write permissions assigned to the file owner?

Choose the correct answer

Explanation

In octal notation for file permissions, read is 4 and write is 2. Adding these gives 6, which corresponds to read and write permissions for the owner.

What is the octal value representing read and write … — Basic of linux unix | PakQuizHub