🎴 Flashcard Mode

Linux and Shell Programming

Card1 / 25
Mastered0
Review0
QuestionClick to flip

Which command is used to set permissions like read, write, etc. on a file?

AnswerClick to flip back
A
chmod
💡 Explanation:

The chmod command changes the access mode of one file or multiple files. The syntax for the chmod command is:
chmod [option] mode files. The permission can be set for the user, group and others.

Change Mode