Linux Chmod Command Cheatsheet

chmod command

Use this cheatsheet to find out the meaning of a given chmod command. Understand how each command translates into filesystem permissions. The chmod command is used to set permissions for files and directories in a Linux system. It supports an octal permission format that is translated into read (r), write (w) and execute (x) permissions … Read more