Permissions
Understanding Permissions
Permission |
Binary |
Octal |
Description |
|
|
|
Cannot read, execute or modify |
|
|
|
Can execute |
|
|
|
Can write (modify) |
|
|
|
Can modify and execute |
|
|
|
Can read |
|
|
|
Can read and execute |
|
|
|
Can read and write |
|
|
|
Can read, write and execute |
Changing Permissions
chmodchownchgrp
UMASK
export UMASK=022
Sticky bit
chmod +s