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 717 times
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,453