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.