Create a custom practice set
Pick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizPick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizNo weekly quiz is published yet. Check the weekly page for the latest updates.
View Weekly PageAnswer: chmod
chmod (change mode) modifies file/directory permissions in Linux using symbolic (u+rwx) or octal (755) notation. Permissions control read (r), write (w), and execute (x) access for owner, group, and others. Critical for system security and frequently tested in technical government exams.