Permissions
chmod
Changes the access rights of files.
Ubuntu
CentOS
Debian
Arch
SUSE
Slackware
Fedora
Verified: 2025-09-09
Syntax
$chmod [OPTIONEN] MODUS DATEI...
Examples
$chmod 755 script.sh
$chmod +x datei
Typical use cases
?
Standard usage
chmod --help
Note
Use octal or symbolic notation.
Export