Back to DevOps Series

Changing Permissions with chmod

chmod means:
Loading...

Symbolic Method

Add write permission:
Loading...
Meaning:
Loading...

Remove write permission:
notion image
Loading...

Add execute permission:
  • Omitting the user prefix (like +w or +x) automatically applies the permission change to Everyone (User, Group, and Others).
Loading...

Give group write permission:
Loading...

Give others read permission:
Loading...

9. chmod Using Numbers

Example:
Loading...
Meaning:
Loading...

Another example:
Loading...
Result:
Loading...