answersLogoWhite

0

It's file permission. The first flag is not on, so that means it's a file.

The first group is rwx, which equates to octal 7, means read, write, and execute (run) permissions are granted, and so is the rest. (in chmod, you would type this as chmod 777 <file>)

This means that this file with permission 777 everybody that can access, overwrite, and run the file (as a program).

User Avatar

Wiki User

9y ago

What else can I help you with?