Sponsored AdvertisementAdSense Slot (banner)
Command Syntax
chmod [OCTAL|MODE] FILE
Try `chmod` Live in Terminal
bash — terminal
AST Sandbox (Free)
Overview & Usage Details
chmod alters access permissions of files. Modes can be specified numerically using octal numbers (e.g., 755 or 644) or symbolically.
Command Options & Flags
| Option / Flag | Description |
|---|---|
| 755 | Read, write, execute for owner; read and execute for group/others. |
| 644 | Read and write for owner; read-only for group/others. |
Sponsored AdvertisementAdSense Slot (leaderboard)