What chmod command would you use to impose the following permissions?
a) On a directory such that the owner would have read, write and execute permissions; and others would only have read permission.
b) On a file such that the owner would have read and write; the group would have no permissions; and others would only have write.
c) On a file such that the owner would have write; the group would have read, write, and execute; and others would have read and write.
d) On a file such that the owner would have read and execute; the group would have read, write, and execute; and others would have execute.
e) On a directory such that the owner would have execute; the group would have read and write; and others would have no permissions.
f) On a directory such that the owner would have write; the group would have read, write, and execute; and others would have read, write, and execute.
2007-11-26
04:17:20
·
4 answers
·
asked by
Sarah C
2
in
Programming & Design