Master da Web
Back to Blog

CHMOD Meaning of its Values

LucasAugust 13, 20111 min readUpdated on November 4, 2023
CHMOD Meaning of its Values

CHMOD is a command used to change file or directory permissions.

Meaning of the values for CHMOD:

  • 700: Only the owner can read it.
  • 755: Everyone can read but not write.
  • 775: Only the group can read and write.
  • 770: No one except the group can read it.
  • 666: Everyone can read and write.
  • 777: Everyone can read, write and perform.
Tags#chmod#linux#tips
Share

Need Hosting or Servers?

Discover our VPS, dedicated servers and professional hosting solutions

Related Articles

View all articles