Shell / Commands

chmod

English

Overview

A command for changing the access permissions of a file or directory.

Details

A command that changes read, write, and execute permissions, specified numerically or symbolically. Specifying all three (owner/group/other) at once with a 3-digit octal number, as in "chmod 755 file," is the common convention in practice.

More Linux terms