What permissions read write and execute would others have fo
What permissions (read, write and execute) would ‘others’ have for fileA after you run the command chmod 473 fileA?
Solution
chmod 473
-r--rwx-wx
It means that the user have permissions to read only, group has permission to read, write, and execute
and the other have permission of write and execute but not the permission to read.
