~/chmod(1) en

CHMOD(1)General Commands ManualCHMOD(1)

NAME

chmod - change what may be read and written

SYNOPSIS

chmod mode file ...

DESCRIPTION

Changes the mode of a file you own, and says Operation not permitted about one you do not.

Takes an octal mode — 600, 0644, or 1777 for the sticky bit that /tmp has — or the symbolic forms: u+w, go-r, a=rx, several at once with commas. With nobody named, +w means what it means under the usual umask of 022: the owner alone, since group and other write are the bits that umask covers.

ls -l shows the result, and chmod 000 on your own note really does lock you out of reading it. Like every other change in here it is local and it is temporary: man tilenkoren-build.

EXAMPLES

chmod 644 .zsh_history

chmod u+w about.md

chmod go-r .plan

SEE ALSO

ls(1), su(1), sh(1), tilenkoren-build(1)

tilenkoren.com2026CHMOD(1)