Lines Matching refs:EXECUTE
87 …EXECUTE ("x") permissions for a specific set of users. Each position can alternatively contain a "…
88 indicate no READ/WRITE/EXECUTE access, depending on its position.
90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file…
94 …he permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/EXECUTE access,
95 the group has only EXECUTE, and the world has only READ and WRITE.
111 *** When Are READ, WRITE or EXECUTE Access Required?
121 | Create a new file | EXECUTE access to the directory and WRITE access to the directory |
123 | Read a file | EXECUTE access to the directory and READ access to the file |
125 | Write a file | EXECUTE access to the directory and WRITE access to the file |
131 | Create a directory | WRITE and EXECUTE acccess to the parent directory |
135 | CD to a directory | EXECUTE acccess to the directory |