How to Set File Permissions Using `chmod'
How to Set File Permissions Using `chmod' Files and directories in Unix may have three types of permissions: read (`r'), write (`w'), and execute (`x'). Each permission may be `on' or `off' for each of three categories of users: the file or directory owne...