*nix Permissions
It's like SCSI, only better...
Examples of *NIX File Permissions
|
Owner
|
Group
|
Everyone
|
|
rwx
|
rwx
|
rwx
|
|
421
|
421
|
421
|
Examples:
Everyone getting read/write/execute privliages would be 777
Owner can execute, but not other would be 766
Group can have full access for write, but others can only read and execute would be 575
Nicole: