owner
group
public
Octal644
Symbolic-rw-r--r--
Command
chmod 644<file>
Visually calculate Linux file permissions and generate chmod commands instantly.
Set directories to 755 and HTML/PHP files to 644 to ensure Apache or Nginx can serve your website while preventing visitors from modifying the code.
Generate the required 600 permissions for private SSH keys (like id_rsa or .pem files) to connect securely to AWS EC2 instances without being rejected by the SSH client.
Quickly figure out how to add the Execute (1) permission to a newly created shell script so the operating system can run it.