The chmod (change mode) command modifies file access permissions (read, write, execute) for owner, group, and others in UNIX. Permissions can be set symbolically (u+x, go-r) or numerically (755, 644). The other options (per, mod) are not standard UNIX commands.