What is the octal equivalent of the command chmod ugo+rw note?

Basic of linux unix MCQs for PPSC, FPSC, NTS, and Pakistan government job tests. Select an option below, then read the explanation.

PPSCFPSCNTSPakistan govt jobs
Subject
Basic of linux unixsoftware-engineering-mcqs › basic-of-linux-unix
Published
7 Apr 2019
Last updated
28 May 2026

Browse all Basic of linux unix MCQs

Choose the correct answer

Explanation

The command chmod ugo+rw adds read and write permissions for the user, group, and others. In octal notation, read and write permissions correspond to 6 (4 for read + 2 for write). Therefore, applying this to user, group, and others results in chmod 666 note.

PakQuizHub — free MCQs and past papers for Pakistan government job tests. Content is for educational practice only.