Multiple choice technology operating systems

What is the default permission for Directory?

  1. 777

  2. 755

  3. 666

  4. 644

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

In Unix/Linux operating systems, the standard default permission for a newly created directory is octal 755 (rwxr-xr-x), which allows the owner full access and other users read and execute access. Default file permissions are typically 644 (rw-r--r--), with both governed by the user's umask.