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

0

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)?

tyrellsmithjones

Posted 2014-09-27T04:19:18.873

Reputation: 1

You mean like rw-rw-rw- or 0666? – sawdust – 2014-09-27T06:09:54.853

Answers

0

I don't know what you mean by "symbolically", but they are represented in various tools in various ways:

See man chmod for more information.

l0b0

Posted 2014-09-27T04:19:18.873

Reputation: 6 306