Multiple choice technology operating systems

What write permission for a directory means?

  1. You only can list the contents of that directory.

  2. You can change to that directory.(Making that directory as present working directory)

  3. You can create new content inside that directory.

  4. Write permission for a directory wont effect anything.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Unix-like filesystems, write permission on a directory allows a user to create, delete, and rename files or subdirectories within that directory. Read permission allows listing, and execute permission allows entering the directory.