# chmod — change who may read, write or run a file

`chmod` — change who may read, write or run a file.

## Example

```bash
chmod +x script.sh
```

This site also runs the command in a browser terminal simulator, so the examples above
can be typed and executed without installing anything.

Source: https://zero2vibecode.com/commands/chmod
