This section provides an overview of what unix is, and why a developer might want to use it.
It should also mention any large subjects within unix, and link out to the related topics. Since the Documentation for unix is new, you may need to create initial versions of those related topics.
In UNIX, there are three permissions used to grant a certain level of access to a file or folder.
For files:
These are slightly changed for directories:
These permissions can be represented using the letters "r" for read, "w" for write, and "x" for execute. They can also be represented numerically: 4 for read, 2 for write and 1 for execute.