If the permissions on a file were set so that everyone could read from or write to the file, how would that be represented symbolically (within the output of an 'ls -l' command)?
Asked
Active
Viewed 709 times
0
-
You mean like `rw-rw-rw-` or 0666? – sawdust Sep 27 '14 at 06:09
1 Answers
0
I don't know what you mean by "symbolically", but they are represented in various tools in various ways:
rw-rw-rw-666or0666a=rw
See man chmod for more information.
l0b0
- 7,171
- 4
- 33
- 54