Multiple choice technology

what is the mandatory permission to enter into a directory?

  1. read

  2. write

  3. execute

  4. read and execute

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

Execute permission is required to enter a directory in Unix/Linux systems. Without execute permission on a directory, you cannot access its contents or traverse into it, even if you have read permission.