If the ls -l command returns drwxrw-r-x, which permissions do others have?

Read, write and executeRead and executeWrite and executeRead and write

Perfect! The others is the final three characters. r and x tell us the others can read and execute the file or directory.

Whoops! The others is the final three characters. r and x tell us the others can read and execute the file or directory.