Skip to main content
Linux umask reference

All Umask Values Table

Search every Linux umask value from 000 through 777 and compare resulting file permissions, directory permissions, rwx notation, and common shared-folder outcomes in one page.

How to use this umask table

Type a value such as 037, 002, 644, or 775 to filter the table. This page is intentionally one comprehensive reference page rather than hundreds of thin umask pages.

umask controls default permissions for newly created files and directories. chmod changes permissions on existing files. Use the Chmod Calculator when the file already exists.

When debugging a shared folder, compare the table result with the owner, group, and ACL you see from stat, id, and getfacl; the umask only explains the default mode, not the whole permission model.

Common values first

UmaskFilesDirectories
022644 / rw-r--r--755 / rwxr-xr-x
002664 / rw-rw-r--775 / rwxrwxr-x
027640 / rw-r-----750 / rwxr-x---
077600 / rw-------700 / rwx------

Every possible Linux umask value

The table below is generated statically at build time. It covers every three-digit octal umask value and the resulting permissions for regular files and directories.

Umask New files New directories Notes
000 666 / rw-rw-rw- 777 / rwxrwxrwx Use only when this exact creation policy matches your service or shell.
001 666 / rw-rw-rw- 776 / rwxrwxrw- Use only when this exact creation policy matches your service or shell.
002 664 / rw-rw-r-- 775 / rwxrwxr-x Trusted shared group default: files 664, directories 775.
003 664 / rw-rw-r-- 774 / rwxrwxr-- Use only when this exact creation policy matches your service or shell.
004 662 / rw-rw--w- 773 / rwxrwx-wx Use only when this exact creation policy matches your service or shell.
005 662 / rw-rw--w- 772 / rwxrwx-w- Use only when this exact creation policy matches your service or shell.
006 660 / rw-rw---- 771 / rwxrwx--x Use only when this exact creation policy matches your service or shell.
007 660 / rw-rw---- 770 / rwxrwx--- Use only when this exact creation policy matches your service or shell.
010 666 / rw-rw-rw- 767 / rwxrw-rwx Use only when this exact creation policy matches your service or shell.
011 666 / rw-rw-rw- 766 / rwxrw-rw- Use only when this exact creation policy matches your service or shell.
012 664 / rw-rw-r-- 765 / rwxrw-r-x Use only when this exact creation policy matches your service or shell.
013 664 / rw-rw-r-- 764 / rwxrw-r-- Use only when this exact creation policy matches your service or shell.
014 662 / rw-rw--w- 763 / rwxrw--wx Use only when this exact creation policy matches your service or shell.
015 662 / rw-rw--w- 762 / rwxrw--w- Use only when this exact creation policy matches your service or shell.
016 660 / rw-rw---- 761 / rwxrw---x Use only when this exact creation policy matches your service or shell.
017 660 / rw-rw---- 760 / rwxrw---- Use only when this exact creation policy matches your service or shell.
020 646 / rw-r--rw- 757 / rwxr-xrwx Use only when this exact creation policy matches your service or shell.
021 646 / rw-r--rw- 756 / rwxr-xrw- Use only when this exact creation policy matches your service or shell.
022 644 / rw-r--r-- 755 / rwxr-xr-x Common readable default: files 644, directories 755.
023 644 / rw-r--r-- 754 / rwxr-xr-- Use only when this exact creation policy matches your service or shell.
024 642 / rw-r---w- 753 / rwxr-x-wx Use only when this exact creation policy matches your service or shell.
025 642 / rw-r---w- 752 / rwxr-x-w- Use only when this exact creation policy matches your service or shell.
026 640 / rw-r----- 751 / rwxr-x--x Use only when this exact creation policy matches your service or shell.
027 640 / rw-r----- 750 / rwxr-x--- Private team default: files 640, directories 750.
030 646 / rw-r--rw- 747 / rwxr--rwx Use only when this exact creation policy matches your service or shell.
031 646 / rw-r--rw- 746 / rwxr--rw- Use only when this exact creation policy matches your service or shell.
032 644 / rw-r--r-- 745 / rwxr--r-x Use only when this exact creation policy matches your service or shell.
033 644 / rw-r--r-- 744 / rwxr--r-- Use only when this exact creation policy matches your service or shell.
034 642 / rw-r---w- 743 / rwxr---wx Use only when this exact creation policy matches your service or shell.
035 642 / rw-r---w- 742 / rwxr---w- Use only when this exact creation policy matches your service or shell.
036 640 / rw-r----- 741 / rwxr----x Use only when this exact creation policy matches your service or shell.
037 640 / rw-r----- 740 / rwxr----- Use only when this exact creation policy matches your service or shell.
040 626 / rw--w-rw- 737 / rwx-wxrwx Use only when this exact creation policy matches your service or shell.
041 626 / rw--w-rw- 736 / rwx-wxrw- Use only when this exact creation policy matches your service or shell.
042 624 / rw--w-r-- 735 / rwx-wxr-x Use only when this exact creation policy matches your service or shell.
043 624 / rw--w-r-- 734 / rwx-wxr-- Use only when this exact creation policy matches your service or shell.
044 622 / rw--w--w- 733 / rwx-wx-wx Use only when this exact creation policy matches your service or shell.
045 622 / rw--w--w- 732 / rwx-wx-w- Use only when this exact creation policy matches your service or shell.
046 620 / rw--w---- 731 / rwx-wx--x Use only when this exact creation policy matches your service or shell.
047 620 / rw--w---- 730 / rwx-wx--- Use only when this exact creation policy matches your service or shell.
050 626 / rw--w-rw- 727 / rwx-w-rwx Use only when this exact creation policy matches your service or shell.
051 626 / rw--w-rw- 726 / rwx-w-rw- Use only when this exact creation policy matches your service or shell.
052 624 / rw--w-r-- 725 / rwx-w-r-x Use only when this exact creation policy matches your service or shell.
053 624 / rw--w-r-- 724 / rwx-w-r-- Use only when this exact creation policy matches your service or shell.
054 622 / rw--w--w- 723 / rwx-w--wx Use only when this exact creation policy matches your service or shell.
055 622 / rw--w--w- 722 / rwx-w--w- Use only when this exact creation policy matches your service or shell.
056 620 / rw--w---- 721 / rwx-w---x Use only when this exact creation policy matches your service or shell.
057 620 / rw--w---- 720 / rwx-w---- Use only when this exact creation policy matches your service or shell.
060 606 / rw----rw- 717 / rwx--xrwx Use only when this exact creation policy matches your service or shell.
061 606 / rw----rw- 716 / rwx--xrw- Use only when this exact creation policy matches your service or shell.
062 604 / rw----r-- 715 / rwx--xr-x Use only when this exact creation policy matches your service or shell.
063 604 / rw----r-- 714 / rwx--xr-- Use only when this exact creation policy matches your service or shell.
064 602 / rw-----w- 713 / rwx--x-wx Use only when this exact creation policy matches your service or shell.
065 602 / rw-----w- 712 / rwx--x-w- Use only when this exact creation policy matches your service or shell.
066 600 / rw------- 711 / rwx--x--x Use only when this exact creation policy matches your service or shell.
067 600 / rw------- 710 / rwx--x--- Use only when this exact creation policy matches your service or shell.
070 606 / rw----rw- 707 / rwx---rwx Use only when this exact creation policy matches your service or shell.
071 606 / rw----rw- 706 / rwx---rw- Use only when this exact creation policy matches your service or shell.
072 604 / rw----r-- 705 / rwx---r-x Use only when this exact creation policy matches your service or shell.
073 604 / rw----r-- 704 / rwx---r-- Use only when this exact creation policy matches your service or shell.
074 602 / rw-----w- 703 / rwx----wx Use only when this exact creation policy matches your service or shell.
075 602 / rw-----w- 702 / rwx----w- Use only when this exact creation policy matches your service or shell.
076 600 / rw------- 701 / rwx-----x Use only when this exact creation policy matches your service or shell.
077 600 / rw------- 700 / rwx------ Owner-only private default: files 600, directories 700.
100 666 / rw-rw-rw- 677 / rw-rwxrwx Use only when this exact creation policy matches your service or shell.
101 666 / rw-rw-rw- 676 / rw-rwxrw- Use only when this exact creation policy matches your service or shell.
102 664 / rw-rw-r-- 675 / rw-rwxr-x Use only when this exact creation policy matches your service or shell.
103 664 / rw-rw-r-- 674 / rw-rwxr-- Use only when this exact creation policy matches your service or shell.
104 662 / rw-rw--w- 673 / rw-rwx-wx Use only when this exact creation policy matches your service or shell.
105 662 / rw-rw--w- 672 / rw-rwx-w- Use only when this exact creation policy matches your service or shell.
106 660 / rw-rw---- 671 / rw-rwx--x Use only when this exact creation policy matches your service or shell.
107 660 / rw-rw---- 670 / rw-rwx--- Use only when this exact creation policy matches your service or shell.
110 666 / rw-rw-rw- 667 / rw-rw-rwx Use only when this exact creation policy matches your service or shell.
111 666 / rw-rw-rw- 666 / rw-rw-rw- Use only when this exact creation policy matches your service or shell.
112 664 / rw-rw-r-- 665 / rw-rw-r-x Use only when this exact creation policy matches your service or shell.
113 664 / rw-rw-r-- 664 / rw-rw-r-- Use only when this exact creation policy matches your service or shell.
114 662 / rw-rw--w- 663 / rw-rw--wx Use only when this exact creation policy matches your service or shell.
115 662 / rw-rw--w- 662 / rw-rw--w- Use only when this exact creation policy matches your service or shell.
116 660 / rw-rw---- 661 / rw-rw---x Use only when this exact creation policy matches your service or shell.
117 660 / rw-rw---- 660 / rw-rw---- Use only when this exact creation policy matches your service or shell.
120 646 / rw-r--rw- 657 / rw-r-xrwx Use only when this exact creation policy matches your service or shell.
121 646 / rw-r--rw- 656 / rw-r-xrw- Use only when this exact creation policy matches your service or shell.
122 644 / rw-r--r-- 655 / rw-r-xr-x Use only when this exact creation policy matches your service or shell.
123 644 / rw-r--r-- 654 / rw-r-xr-- Use only when this exact creation policy matches your service or shell.
124 642 / rw-r---w- 653 / rw-r-x-wx Use only when this exact creation policy matches your service or shell.
125 642 / rw-r---w- 652 / rw-r-x-w- Use only when this exact creation policy matches your service or shell.
126 640 / rw-r----- 651 / rw-r-x--x Use only when this exact creation policy matches your service or shell.
127 640 / rw-r----- 650 / rw-r-x--- Use only when this exact creation policy matches your service or shell.
130 646 / rw-r--rw- 647 / rw-r--rwx Use only when this exact creation policy matches your service or shell.
131 646 / rw-r--rw- 646 / rw-r--rw- Use only when this exact creation policy matches your service or shell.
132 644 / rw-r--r-- 645 / rw-r--r-x Use only when this exact creation policy matches your service or shell.
133 644 / rw-r--r-- 644 / rw-r--r-- Use only when this exact creation policy matches your service or shell.
134 642 / rw-r---w- 643 / rw-r---wx Use only when this exact creation policy matches your service or shell.
135 642 / rw-r---w- 642 / rw-r---w- Use only when this exact creation policy matches your service or shell.
136 640 / rw-r----- 641 / rw-r----x Use only when this exact creation policy matches your service or shell.
137 640 / rw-r----- 640 / rw-r----- Use only when this exact creation policy matches your service or shell.
140 626 / rw--w-rw- 637 / rw--wxrwx Use only when this exact creation policy matches your service or shell.
141 626 / rw--w-rw- 636 / rw--wxrw- Use only when this exact creation policy matches your service or shell.
142 624 / rw--w-r-- 635 / rw--wxr-x Use only when this exact creation policy matches your service or shell.
143 624 / rw--w-r-- 634 / rw--wxr-- Use only when this exact creation policy matches your service or shell.
144 622 / rw--w--w- 633 / rw--wx-wx Use only when this exact creation policy matches your service or shell.
145 622 / rw--w--w- 632 / rw--wx-w- Use only when this exact creation policy matches your service or shell.
146 620 / rw--w---- 631 / rw--wx--x Use only when this exact creation policy matches your service or shell.
147 620 / rw--w---- 630 / rw--wx--- Use only when this exact creation policy matches your service or shell.
150 626 / rw--w-rw- 627 / rw--w-rwx Use only when this exact creation policy matches your service or shell.
151 626 / rw--w-rw- 626 / rw--w-rw- Use only when this exact creation policy matches your service or shell.
152 624 / rw--w-r-- 625 / rw--w-r-x Use only when this exact creation policy matches your service or shell.
153 624 / rw--w-r-- 624 / rw--w-r-- Use only when this exact creation policy matches your service or shell.
154 622 / rw--w--w- 623 / rw--w--wx Use only when this exact creation policy matches your service or shell.
155 622 / rw--w--w- 622 / rw--w--w- Use only when this exact creation policy matches your service or shell.
156 620 / rw--w---- 621 / rw--w---x Use only when this exact creation policy matches your service or shell.
157 620 / rw--w---- 620 / rw--w---- Use only when this exact creation policy matches your service or shell.
160 606 / rw----rw- 617 / rw---xrwx Use only when this exact creation policy matches your service or shell.
161 606 / rw----rw- 616 / rw---xrw- Use only when this exact creation policy matches your service or shell.
162 604 / rw----r-- 615 / rw---xr-x Use only when this exact creation policy matches your service or shell.
163 604 / rw----r-- 614 / rw---xr-- Use only when this exact creation policy matches your service or shell.
164 602 / rw-----w- 613 / rw---x-wx Use only when this exact creation policy matches your service or shell.
165 602 / rw-----w- 612 / rw---x-w- Use only when this exact creation policy matches your service or shell.
166 600 / rw------- 611 / rw---x--x Use only when this exact creation policy matches your service or shell.
167 600 / rw------- 610 / rw---x--- Use only when this exact creation policy matches your service or shell.
170 606 / rw----rw- 607 / rw----rwx Use only when this exact creation policy matches your service or shell.
171 606 / rw----rw- 606 / rw----rw- Use only when this exact creation policy matches your service or shell.
172 604 / rw----r-- 605 / rw----r-x Use only when this exact creation policy matches your service or shell.
173 604 / rw----r-- 604 / rw----r-- Use only when this exact creation policy matches your service or shell.
174 602 / rw-----w- 603 / rw-----wx Use only when this exact creation policy matches your service or shell.
175 602 / rw-----w- 602 / rw-----w- Use only when this exact creation policy matches your service or shell.
176 600 / rw------- 601 / rw------x Use only when this exact creation policy matches your service or shell.
177 600 / rw------- 600 / rw------- Use only when this exact creation policy matches your service or shell.
200 466 / r--rw-rw- 577 / r-xrwxrwx Use only when this exact creation policy matches your service or shell.
201 466 / r--rw-rw- 576 / r-xrwxrw- Use only when this exact creation policy matches your service or shell.
202 464 / r--rw-r-- 575 / r-xrwxr-x Use only when this exact creation policy matches your service or shell.
203 464 / r--rw-r-- 574 / r-xrwxr-- Use only when this exact creation policy matches your service or shell.
204 462 / r--rw--w- 573 / r-xrwx-wx Use only when this exact creation policy matches your service or shell.
205 462 / r--rw--w- 572 / r-xrwx-w- Use only when this exact creation policy matches your service or shell.
206 460 / r--rw---- 571 / r-xrwx--x Use only when this exact creation policy matches your service or shell.
207 460 / r--rw---- 570 / r-xrwx--- Use only when this exact creation policy matches your service or shell.
210 466 / r--rw-rw- 567 / r-xrw-rwx Use only when this exact creation policy matches your service or shell.
211 466 / r--rw-rw- 566 / r-xrw-rw- Use only when this exact creation policy matches your service or shell.
212 464 / r--rw-r-- 565 / r-xrw-r-x Use only when this exact creation policy matches your service or shell.
213 464 / r--rw-r-- 564 / r-xrw-r-- Use only when this exact creation policy matches your service or shell.
214 462 / r--rw--w- 563 / r-xrw--wx Use only when this exact creation policy matches your service or shell.
215 462 / r--rw--w- 562 / r-xrw--w- Use only when this exact creation policy matches your service or shell.
216 460 / r--rw---- 561 / r-xrw---x Use only when this exact creation policy matches your service or shell.
217 460 / r--rw---- 560 / r-xrw---- Use only when this exact creation policy matches your service or shell.
220 446 / r--r--rw- 557 / r-xr-xrwx Use only when this exact creation policy matches your service or shell.
221 446 / r--r--rw- 556 / r-xr-xrw- Use only when this exact creation policy matches your service or shell.
222 444 / r--r--r-- 555 / r-xr-xr-x Use only when this exact creation policy matches your service or shell.
223 444 / r--r--r-- 554 / r-xr-xr-- Use only when this exact creation policy matches your service or shell.
224 442 / r--r---w- 553 / r-xr-x-wx Use only when this exact creation policy matches your service or shell.
225 442 / r--r---w- 552 / r-xr-x-w- Use only when this exact creation policy matches your service or shell.
226 440 / r--r----- 551 / r-xr-x--x Use only when this exact creation policy matches your service or shell.
227 440 / r--r----- 550 / r-xr-x--- Use only when this exact creation policy matches your service or shell.
230 446 / r--r--rw- 547 / r-xr--rwx Use only when this exact creation policy matches your service or shell.
231 446 / r--r--rw- 546 / r-xr--rw- Use only when this exact creation policy matches your service or shell.
232 444 / r--r--r-- 545 / r-xr--r-x Use only when this exact creation policy matches your service or shell.
233 444 / r--r--r-- 544 / r-xr--r-- Use only when this exact creation policy matches your service or shell.
234 442 / r--r---w- 543 / r-xr---wx Use only when this exact creation policy matches your service or shell.
235 442 / r--r---w- 542 / r-xr---w- Use only when this exact creation policy matches your service or shell.
236 440 / r--r----- 541 / r-xr----x Use only when this exact creation policy matches your service or shell.
237 440 / r--r----- 540 / r-xr----- Use only when this exact creation policy matches your service or shell.
240 426 / r---w-rw- 537 / r-x-wxrwx Use only when this exact creation policy matches your service or shell.
241 426 / r---w-rw- 536 / r-x-wxrw- Use only when this exact creation policy matches your service or shell.
242 424 / r---w-r-- 535 / r-x-wxr-x Use only when this exact creation policy matches your service or shell.
243 424 / r---w-r-- 534 / r-x-wxr-- Use only when this exact creation policy matches your service or shell.
244 422 / r---w--w- 533 / r-x-wx-wx Use only when this exact creation policy matches your service or shell.
245 422 / r---w--w- 532 / r-x-wx-w- Use only when this exact creation policy matches your service or shell.
246 420 / r---w---- 531 / r-x-wx--x Use only when this exact creation policy matches your service or shell.
247 420 / r---w---- 530 / r-x-wx--- Use only when this exact creation policy matches your service or shell.
250 426 / r---w-rw- 527 / r-x-w-rwx Use only when this exact creation policy matches your service or shell.
251 426 / r---w-rw- 526 / r-x-w-rw- Use only when this exact creation policy matches your service or shell.
252 424 / r---w-r-- 525 / r-x-w-r-x Use only when this exact creation policy matches your service or shell.
253 424 / r---w-r-- 524 / r-x-w-r-- Use only when this exact creation policy matches your service or shell.
254 422 / r---w--w- 523 / r-x-w--wx Use only when this exact creation policy matches your service or shell.
255 422 / r---w--w- 522 / r-x-w--w- Use only when this exact creation policy matches your service or shell.
256 420 / r---w---- 521 / r-x-w---x Use only when this exact creation policy matches your service or shell.
257 420 / r---w---- 520 / r-x-w---- Use only when this exact creation policy matches your service or shell.
260 406 / r-----rw- 517 / r-x--xrwx Use only when this exact creation policy matches your service or shell.
261 406 / r-----rw- 516 / r-x--xrw- Use only when this exact creation policy matches your service or shell.
262 404 / r-----r-- 515 / r-x--xr-x Use only when this exact creation policy matches your service or shell.
263 404 / r-----r-- 514 / r-x--xr-- Use only when this exact creation policy matches your service or shell.
264 402 / r------w- 513 / r-x--x-wx Use only when this exact creation policy matches your service or shell.
265 402 / r------w- 512 / r-x--x-w- Use only when this exact creation policy matches your service or shell.
266 400 / r-------- 511 / r-x--x--x Use only when this exact creation policy matches your service or shell.
267 400 / r-------- 510 / r-x--x--- Use only when this exact creation policy matches your service or shell.
270 406 / r-----rw- 507 / r-x---rwx Use only when this exact creation policy matches your service or shell.
271 406 / r-----rw- 506 / r-x---rw- Use only when this exact creation policy matches your service or shell.
272 404 / r-----r-- 505 / r-x---r-x Use only when this exact creation policy matches your service or shell.
273 404 / r-----r-- 504 / r-x---r-- Use only when this exact creation policy matches your service or shell.
274 402 / r------w- 503 / r-x----wx Use only when this exact creation policy matches your service or shell.
275 402 / r------w- 502 / r-x----w- Use only when this exact creation policy matches your service or shell.
276 400 / r-------- 501 / r-x-----x Use only when this exact creation policy matches your service or shell.
277 400 / r-------- 500 / r-x------ Use only when this exact creation policy matches your service or shell.
300 466 / r--rw-rw- 477 / r--rwxrwx Use only when this exact creation policy matches your service or shell.
301 466 / r--rw-rw- 476 / r--rwxrw- Use only when this exact creation policy matches your service or shell.
302 464 / r--rw-r-- 475 / r--rwxr-x Use only when this exact creation policy matches your service or shell.
303 464 / r--rw-r-- 474 / r--rwxr-- Use only when this exact creation policy matches your service or shell.
304 462 / r--rw--w- 473 / r--rwx-wx Use only when this exact creation policy matches your service or shell.
305 462 / r--rw--w- 472 / r--rwx-w- Use only when this exact creation policy matches your service or shell.
306 460 / r--rw---- 471 / r--rwx--x Use only when this exact creation policy matches your service or shell.
307 460 / r--rw---- 470 / r--rwx--- Use only when this exact creation policy matches your service or shell.
310 466 / r--rw-rw- 467 / r--rw-rwx Use only when this exact creation policy matches your service or shell.
311 466 / r--rw-rw- 466 / r--rw-rw- Use only when this exact creation policy matches your service or shell.
312 464 / r--rw-r-- 465 / r--rw-r-x Use only when this exact creation policy matches your service or shell.
313 464 / r--rw-r-- 464 / r--rw-r-- Use only when this exact creation policy matches your service or shell.
314 462 / r--rw--w- 463 / r--rw--wx Use only when this exact creation policy matches your service or shell.
315 462 / r--rw--w- 462 / r--rw--w- Use only when this exact creation policy matches your service or shell.
316 460 / r--rw---- 461 / r--rw---x Use only when this exact creation policy matches your service or shell.
317 460 / r--rw---- 460 / r--rw---- Use only when this exact creation policy matches your service or shell.
320 446 / r--r--rw- 457 / r--r-xrwx Use only when this exact creation policy matches your service or shell.
321 446 / r--r--rw- 456 / r--r-xrw- Use only when this exact creation policy matches your service or shell.
322 444 / r--r--r-- 455 / r--r-xr-x Use only when this exact creation policy matches your service or shell.
323 444 / r--r--r-- 454 / r--r-xr-- Use only when this exact creation policy matches your service or shell.
324 442 / r--r---w- 453 / r--r-x-wx Use only when this exact creation policy matches your service or shell.
325 442 / r--r---w- 452 / r--r-x-w- Use only when this exact creation policy matches your service or shell.
326 440 / r--r----- 451 / r--r-x--x Use only when this exact creation policy matches your service or shell.
327 440 / r--r----- 450 / r--r-x--- Use only when this exact creation policy matches your service or shell.
330 446 / r--r--rw- 447 / r--r--rwx Use only when this exact creation policy matches your service or shell.
331 446 / r--r--rw- 446 / r--r--rw- Use only when this exact creation policy matches your service or shell.
332 444 / r--r--r-- 445 / r--r--r-x Use only when this exact creation policy matches your service or shell.
333 444 / r--r--r-- 444 / r--r--r-- Use only when this exact creation policy matches your service or shell.
334 442 / r--r---w- 443 / r--r---wx Use only when this exact creation policy matches your service or shell.
335 442 / r--r---w- 442 / r--r---w- Use only when this exact creation policy matches your service or shell.
336 440 / r--r----- 441 / r--r----x Use only when this exact creation policy matches your service or shell.
337 440 / r--r----- 440 / r--r----- Use only when this exact creation policy matches your service or shell.
340 426 / r---w-rw- 437 / r---wxrwx Use only when this exact creation policy matches your service or shell.
341 426 / r---w-rw- 436 / r---wxrw- Use only when this exact creation policy matches your service or shell.
342 424 / r---w-r-- 435 / r---wxr-x Use only when this exact creation policy matches your service or shell.
343 424 / r---w-r-- 434 / r---wxr-- Use only when this exact creation policy matches your service or shell.
344 422 / r---w--w- 433 / r---wx-wx Use only when this exact creation policy matches your service or shell.
345 422 / r---w--w- 432 / r---wx-w- Use only when this exact creation policy matches your service or shell.
346 420 / r---w---- 431 / r---wx--x Use only when this exact creation policy matches your service or shell.
347 420 / r---w---- 430 / r---wx--- Use only when this exact creation policy matches your service or shell.
350 426 / r---w-rw- 427 / r---w-rwx Use only when this exact creation policy matches your service or shell.
351 426 / r---w-rw- 426 / r---w-rw- Use only when this exact creation policy matches your service or shell.
352 424 / r---w-r-- 425 / r---w-r-x Use only when this exact creation policy matches your service or shell.
353 424 / r---w-r-- 424 / r---w-r-- Use only when this exact creation policy matches your service or shell.
354 422 / r---w--w- 423 / r---w--wx Use only when this exact creation policy matches your service or shell.
355 422 / r---w--w- 422 / r---w--w- Use only when this exact creation policy matches your service or shell.
356 420 / r---w---- 421 / r---w---x Use only when this exact creation policy matches your service or shell.
357 420 / r---w---- 420 / r---w---- Use only when this exact creation policy matches your service or shell.
360 406 / r-----rw- 417 / r----xrwx Use only when this exact creation policy matches your service or shell.
361 406 / r-----rw- 416 / r----xrw- Use only when this exact creation policy matches your service or shell.
362 404 / r-----r-- 415 / r----xr-x Use only when this exact creation policy matches your service or shell.
363 404 / r-----r-- 414 / r----xr-- Use only when this exact creation policy matches your service or shell.
364 402 / r------w- 413 / r----x-wx Use only when this exact creation policy matches your service or shell.
365 402 / r------w- 412 / r----x-w- Use only when this exact creation policy matches your service or shell.
366 400 / r-------- 411 / r----x--x Use only when this exact creation policy matches your service or shell.
367 400 / r-------- 410 / r----x--- Use only when this exact creation policy matches your service or shell.
370 406 / r-----rw- 407 / r-----rwx Use only when this exact creation policy matches your service or shell.
371 406 / r-----rw- 406 / r-----rw- Use only when this exact creation policy matches your service or shell.
372 404 / r-----r-- 405 / r-----r-x Use only when this exact creation policy matches your service or shell.
373 404 / r-----r-- 404 / r-----r-- Use only when this exact creation policy matches your service or shell.
374 402 / r------w- 403 / r------wx Use only when this exact creation policy matches your service or shell.
375 402 / r------w- 402 / r------w- Use only when this exact creation policy matches your service or shell.
376 400 / r-------- 401 / r-------x Use only when this exact creation policy matches your service or shell.
377 400 / r-------- 400 / r-------- Use only when this exact creation policy matches your service or shell.
400 266 / -w-rw-rw- 377 / -wxrwxrwx Use only when this exact creation policy matches your service or shell.
401 266 / -w-rw-rw- 376 / -wxrwxrw- Use only when this exact creation policy matches your service or shell.
402 264 / -w-rw-r-- 375 / -wxrwxr-x Use only when this exact creation policy matches your service or shell.
403 264 / -w-rw-r-- 374 / -wxrwxr-- Use only when this exact creation policy matches your service or shell.
404 262 / -w-rw--w- 373 / -wxrwx-wx Use only when this exact creation policy matches your service or shell.
405 262 / -w-rw--w- 372 / -wxrwx-w- Use only when this exact creation policy matches your service or shell.
406 260 / -w-rw---- 371 / -wxrwx--x Use only when this exact creation policy matches your service or shell.
407 260 / -w-rw---- 370 / -wxrwx--- Use only when this exact creation policy matches your service or shell.
410 266 / -w-rw-rw- 367 / -wxrw-rwx Use only when this exact creation policy matches your service or shell.
411 266 / -w-rw-rw- 366 / -wxrw-rw- Use only when this exact creation policy matches your service or shell.
412 264 / -w-rw-r-- 365 / -wxrw-r-x Use only when this exact creation policy matches your service or shell.
413 264 / -w-rw-r-- 364 / -wxrw-r-- Use only when this exact creation policy matches your service or shell.
414 262 / -w-rw--w- 363 / -wxrw--wx Use only when this exact creation policy matches your service or shell.
415 262 / -w-rw--w- 362 / -wxrw--w- Use only when this exact creation policy matches your service or shell.
416 260 / -w-rw---- 361 / -wxrw---x Use only when this exact creation policy matches your service or shell.
417 260 / -w-rw---- 360 / -wxrw---- Use only when this exact creation policy matches your service or shell.
420 246 / -w-r--rw- 357 / -wxr-xrwx Use only when this exact creation policy matches your service or shell.
421 246 / -w-r--rw- 356 / -wxr-xrw- Use only when this exact creation policy matches your service or shell.
422 244 / -w-r--r-- 355 / -wxr-xr-x Use only when this exact creation policy matches your service or shell.
423 244 / -w-r--r-- 354 / -wxr-xr-- Use only when this exact creation policy matches your service or shell.
424 242 / -w-r---w- 353 / -wxr-x-wx Use only when this exact creation policy matches your service or shell.
425 242 / -w-r---w- 352 / -wxr-x-w- Use only when this exact creation policy matches your service or shell.
426 240 / -w-r----- 351 / -wxr-x--x Use only when this exact creation policy matches your service or shell.
427 240 / -w-r----- 350 / -wxr-x--- Use only when this exact creation policy matches your service or shell.
430 246 / -w-r--rw- 347 / -wxr--rwx Use only when this exact creation policy matches your service or shell.
431 246 / -w-r--rw- 346 / -wxr--rw- Use only when this exact creation policy matches your service or shell.
432 244 / -w-r--r-- 345 / -wxr--r-x Use only when this exact creation policy matches your service or shell.
433 244 / -w-r--r-- 344 / -wxr--r-- Use only when this exact creation policy matches your service or shell.
434 242 / -w-r---w- 343 / -wxr---wx Use only when this exact creation policy matches your service or shell.
435 242 / -w-r---w- 342 / -wxr---w- Use only when this exact creation policy matches your service or shell.
436 240 / -w-r----- 341 / -wxr----x Use only when this exact creation policy matches your service or shell.
437 240 / -w-r----- 340 / -wxr----- Use only when this exact creation policy matches your service or shell.
440 226 / -w--w-rw- 337 / -wx-wxrwx Use only when this exact creation policy matches your service or shell.
441 226 / -w--w-rw- 336 / -wx-wxrw- Use only when this exact creation policy matches your service or shell.
442 224 / -w--w-r-- 335 / -wx-wxr-x Use only when this exact creation policy matches your service or shell.
443 224 / -w--w-r-- 334 / -wx-wxr-- Use only when this exact creation policy matches your service or shell.
444 222 / -w--w--w- 333 / -wx-wx-wx Use only when this exact creation policy matches your service or shell.
445 222 / -w--w--w- 332 / -wx-wx-w- Use only when this exact creation policy matches your service or shell.
446 220 / -w--w---- 331 / -wx-wx--x Use only when this exact creation policy matches your service or shell.
447 220 / -w--w---- 330 / -wx-wx--- Use only when this exact creation policy matches your service or shell.
450 226 / -w--w-rw- 327 / -wx-w-rwx Use only when this exact creation policy matches your service or shell.
451 226 / -w--w-rw- 326 / -wx-w-rw- Use only when this exact creation policy matches your service or shell.
452 224 / -w--w-r-- 325 / -wx-w-r-x Use only when this exact creation policy matches your service or shell.
453 224 / -w--w-r-- 324 / -wx-w-r-- Use only when this exact creation policy matches your service or shell.
454 222 / -w--w--w- 323 / -wx-w--wx Use only when this exact creation policy matches your service or shell.
455 222 / -w--w--w- 322 / -wx-w--w- Use only when this exact creation policy matches your service or shell.
456 220 / -w--w---- 321 / -wx-w---x Use only when this exact creation policy matches your service or shell.
457 220 / -w--w---- 320 / -wx-w---- Use only when this exact creation policy matches your service or shell.
460 206 / -w----rw- 317 / -wx--xrwx Use only when this exact creation policy matches your service or shell.
461 206 / -w----rw- 316 / -wx--xrw- Use only when this exact creation policy matches your service or shell.
462 204 / -w----r-- 315 / -wx--xr-x Use only when this exact creation policy matches your service or shell.
463 204 / -w----r-- 314 / -wx--xr-- Use only when this exact creation policy matches your service or shell.
464 202 / -w-----w- 313 / -wx--x-wx Use only when this exact creation policy matches your service or shell.
465 202 / -w-----w- 312 / -wx--x-w- Use only when this exact creation policy matches your service or shell.
466 200 / -w------- 311 / -wx--x--x Use only when this exact creation policy matches your service or shell.
467 200 / -w------- 310 / -wx--x--- Use only when this exact creation policy matches your service or shell.
470 206 / -w----rw- 307 / -wx---rwx Use only when this exact creation policy matches your service or shell.
471 206 / -w----rw- 306 / -wx---rw- Use only when this exact creation policy matches your service or shell.
472 204 / -w----r-- 305 / -wx---r-x Use only when this exact creation policy matches your service or shell.
473 204 / -w----r-- 304 / -wx---r-- Use only when this exact creation policy matches your service or shell.
474 202 / -w-----w- 303 / -wx----wx Use only when this exact creation policy matches your service or shell.
475 202 / -w-----w- 302 / -wx----w- Use only when this exact creation policy matches your service or shell.
476 200 / -w------- 301 / -wx-----x Use only when this exact creation policy matches your service or shell.
477 200 / -w------- 300 / -wx------ Use only when this exact creation policy matches your service or shell.
500 266 / -w-rw-rw- 277 / -w-rwxrwx Use only when this exact creation policy matches your service or shell.
501 266 / -w-rw-rw- 276 / -w-rwxrw- Use only when this exact creation policy matches your service or shell.
502 264 / -w-rw-r-- 275 / -w-rwxr-x Use only when this exact creation policy matches your service or shell.
503 264 / -w-rw-r-- 274 / -w-rwxr-- Use only when this exact creation policy matches your service or shell.
504 262 / -w-rw--w- 273 / -w-rwx-wx Use only when this exact creation policy matches your service or shell.
505 262 / -w-rw--w- 272 / -w-rwx-w- Use only when this exact creation policy matches your service or shell.
506 260 / -w-rw---- 271 / -w-rwx--x Use only when this exact creation policy matches your service or shell.
507 260 / -w-rw---- 270 / -w-rwx--- Use only when this exact creation policy matches your service or shell.
510 266 / -w-rw-rw- 267 / -w-rw-rwx Use only when this exact creation policy matches your service or shell.
511 266 / -w-rw-rw- 266 / -w-rw-rw- Use only when this exact creation policy matches your service or shell.
512 264 / -w-rw-r-- 265 / -w-rw-r-x Use only when this exact creation policy matches your service or shell.
513 264 / -w-rw-r-- 264 / -w-rw-r-- Use only when this exact creation policy matches your service or shell.
514 262 / -w-rw--w- 263 / -w-rw--wx Use only when this exact creation policy matches your service or shell.
515 262 / -w-rw--w- 262 / -w-rw--w- Use only when this exact creation policy matches your service or shell.
516 260 / -w-rw---- 261 / -w-rw---x Use only when this exact creation policy matches your service or shell.
517 260 / -w-rw---- 260 / -w-rw---- Use only when this exact creation policy matches your service or shell.
520 246 / -w-r--rw- 257 / -w-r-xrwx Use only when this exact creation policy matches your service or shell.
521 246 / -w-r--rw- 256 / -w-r-xrw- Use only when this exact creation policy matches your service or shell.
522 244 / -w-r--r-- 255 / -w-r-xr-x Use only when this exact creation policy matches your service or shell.
523 244 / -w-r--r-- 254 / -w-r-xr-- Use only when this exact creation policy matches your service or shell.
524 242 / -w-r---w- 253 / -w-r-x-wx Use only when this exact creation policy matches your service or shell.
525 242 / -w-r---w- 252 / -w-r-x-w- Use only when this exact creation policy matches your service or shell.
526 240 / -w-r----- 251 / -w-r-x--x Use only when this exact creation policy matches your service or shell.
527 240 / -w-r----- 250 / -w-r-x--- Use only when this exact creation policy matches your service or shell.
530 246 / -w-r--rw- 247 / -w-r--rwx Use only when this exact creation policy matches your service or shell.
531 246 / -w-r--rw- 246 / -w-r--rw- Use only when this exact creation policy matches your service or shell.
532 244 / -w-r--r-- 245 / -w-r--r-x Use only when this exact creation policy matches your service or shell.
533 244 / -w-r--r-- 244 / -w-r--r-- Use only when this exact creation policy matches your service or shell.
534 242 / -w-r---w- 243 / -w-r---wx Use only when this exact creation policy matches your service or shell.
535 242 / -w-r---w- 242 / -w-r---w- Use only when this exact creation policy matches your service or shell.
536 240 / -w-r----- 241 / -w-r----x Use only when this exact creation policy matches your service or shell.
537 240 / -w-r----- 240 / -w-r----- Use only when this exact creation policy matches your service or shell.
540 226 / -w--w-rw- 237 / -w--wxrwx Use only when this exact creation policy matches your service or shell.
541 226 / -w--w-rw- 236 / -w--wxrw- Use only when this exact creation policy matches your service or shell.
542 224 / -w--w-r-- 235 / -w--wxr-x Use only when this exact creation policy matches your service or shell.
543 224 / -w--w-r-- 234 / -w--wxr-- Use only when this exact creation policy matches your service or shell.
544 222 / -w--w--w- 233 / -w--wx-wx Use only when this exact creation policy matches your service or shell.
545 222 / -w--w--w- 232 / -w--wx-w- Use only when this exact creation policy matches your service or shell.
546 220 / -w--w---- 231 / -w--wx--x Use only when this exact creation policy matches your service or shell.
547 220 / -w--w---- 230 / -w--wx--- Use only when this exact creation policy matches your service or shell.
550 226 / -w--w-rw- 227 / -w--w-rwx Use only when this exact creation policy matches your service or shell.
551 226 / -w--w-rw- 226 / -w--w-rw- Use only when this exact creation policy matches your service or shell.
552 224 / -w--w-r-- 225 / -w--w-r-x Use only when this exact creation policy matches your service or shell.
553 224 / -w--w-r-- 224 / -w--w-r-- Use only when this exact creation policy matches your service or shell.
554 222 / -w--w--w- 223 / -w--w--wx Use only when this exact creation policy matches your service or shell.
555 222 / -w--w--w- 222 / -w--w--w- Use only when this exact creation policy matches your service or shell.
556 220 / -w--w---- 221 / -w--w---x Use only when this exact creation policy matches your service or shell.
557 220 / -w--w---- 220 / -w--w---- Use only when this exact creation policy matches your service or shell.
560 206 / -w----rw- 217 / -w---xrwx Use only when this exact creation policy matches your service or shell.
561 206 / -w----rw- 216 / -w---xrw- Use only when this exact creation policy matches your service or shell.
562 204 / -w----r-- 215 / -w---xr-x Use only when this exact creation policy matches your service or shell.
563 204 / -w----r-- 214 / -w---xr-- Use only when this exact creation policy matches your service or shell.
564 202 / -w-----w- 213 / -w---x-wx Use only when this exact creation policy matches your service or shell.
565 202 / -w-----w- 212 / -w---x-w- Use only when this exact creation policy matches your service or shell.
566 200 / -w------- 211 / -w---x--x Use only when this exact creation policy matches your service or shell.
567 200 / -w------- 210 / -w---x--- Use only when this exact creation policy matches your service or shell.
570 206 / -w----rw- 207 / -w----rwx Use only when this exact creation policy matches your service or shell.
571 206 / -w----rw- 206 / -w----rw- Use only when this exact creation policy matches your service or shell.
572 204 / -w----r-- 205 / -w----r-x Use only when this exact creation policy matches your service or shell.
573 204 / -w----r-- 204 / -w----r-- Use only when this exact creation policy matches your service or shell.
574 202 / -w-----w- 203 / -w-----wx Use only when this exact creation policy matches your service or shell.
575 202 / -w-----w- 202 / -w-----w- Use only when this exact creation policy matches your service or shell.
576 200 / -w------- 201 / -w------x Use only when this exact creation policy matches your service or shell.
577 200 / -w------- 200 / -w------- Use only when this exact creation policy matches your service or shell.
600 066 / ---rw-rw- 177 / --xrwxrwx Use only when this exact creation policy matches your service or shell.
601 066 / ---rw-rw- 176 / --xrwxrw- Use only when this exact creation policy matches your service or shell.
602 064 / ---rw-r-- 175 / --xrwxr-x Use only when this exact creation policy matches your service or shell.
603 064 / ---rw-r-- 174 / --xrwxr-- Use only when this exact creation policy matches your service or shell.
604 062 / ---rw--w- 173 / --xrwx-wx Use only when this exact creation policy matches your service or shell.
605 062 / ---rw--w- 172 / --xrwx-w- Use only when this exact creation policy matches your service or shell.
606 060 / ---rw---- 171 / --xrwx--x Use only when this exact creation policy matches your service or shell.
607 060 / ---rw---- 170 / --xrwx--- Use only when this exact creation policy matches your service or shell.
610 066 / ---rw-rw- 167 / --xrw-rwx Use only when this exact creation policy matches your service or shell.
611 066 / ---rw-rw- 166 / --xrw-rw- Use only when this exact creation policy matches your service or shell.
612 064 / ---rw-r-- 165 / --xrw-r-x Use only when this exact creation policy matches your service or shell.
613 064 / ---rw-r-- 164 / --xrw-r-- Use only when this exact creation policy matches your service or shell.
614 062 / ---rw--w- 163 / --xrw--wx Use only when this exact creation policy matches your service or shell.
615 062 / ---rw--w- 162 / --xrw--w- Use only when this exact creation policy matches your service or shell.
616 060 / ---rw---- 161 / --xrw---x Use only when this exact creation policy matches your service or shell.
617 060 / ---rw---- 160 / --xrw---- Use only when this exact creation policy matches your service or shell.
620 046 / ---r--rw- 157 / --xr-xrwx Use only when this exact creation policy matches your service or shell.
621 046 / ---r--rw- 156 / --xr-xrw- Use only when this exact creation policy matches your service or shell.
622 044 / ---r--r-- 155 / --xr-xr-x Use only when this exact creation policy matches your service or shell.
623 044 / ---r--r-- 154 / --xr-xr-- Use only when this exact creation policy matches your service or shell.
624 042 / ---r---w- 153 / --xr-x-wx Use only when this exact creation policy matches your service or shell.
625 042 / ---r---w- 152 / --xr-x-w- Use only when this exact creation policy matches your service or shell.
626 040 / ---r----- 151 / --xr-x--x Use only when this exact creation policy matches your service or shell.
627 040 / ---r----- 150 / --xr-x--- Use only when this exact creation policy matches your service or shell.
630 046 / ---r--rw- 147 / --xr--rwx Use only when this exact creation policy matches your service or shell.
631 046 / ---r--rw- 146 / --xr--rw- Use only when this exact creation policy matches your service or shell.
632 044 / ---r--r-- 145 / --xr--r-x Use only when this exact creation policy matches your service or shell.
633 044 / ---r--r-- 144 / --xr--r-- Use only when this exact creation policy matches your service or shell.
634 042 / ---r---w- 143 / --xr---wx Use only when this exact creation policy matches your service or shell.
635 042 / ---r---w- 142 / --xr---w- Use only when this exact creation policy matches your service or shell.
636 040 / ---r----- 141 / --xr----x Use only when this exact creation policy matches your service or shell.
637 040 / ---r----- 140 / --xr----- Use only when this exact creation policy matches your service or shell.
640 026 / ----w-rw- 137 / --x-wxrwx Use only when this exact creation policy matches your service or shell.
641 026 / ----w-rw- 136 / --x-wxrw- Use only when this exact creation policy matches your service or shell.
642 024 / ----w-r-- 135 / --x-wxr-x Use only when this exact creation policy matches your service or shell.
643 024 / ----w-r-- 134 / --x-wxr-- Use only when this exact creation policy matches your service or shell.
644 022 / ----w--w- 133 / --x-wx-wx Use only when this exact creation policy matches your service or shell.
645 022 / ----w--w- 132 / --x-wx-w- Use only when this exact creation policy matches your service or shell.
646 020 / ----w---- 131 / --x-wx--x Use only when this exact creation policy matches your service or shell.
647 020 / ----w---- 130 / --x-wx--- Use only when this exact creation policy matches your service or shell.
650 026 / ----w-rw- 127 / --x-w-rwx Use only when this exact creation policy matches your service or shell.
651 026 / ----w-rw- 126 / --x-w-rw- Use only when this exact creation policy matches your service or shell.
652 024 / ----w-r-- 125 / --x-w-r-x Use only when this exact creation policy matches your service or shell.
653 024 / ----w-r-- 124 / --x-w-r-- Use only when this exact creation policy matches your service or shell.
654 022 / ----w--w- 123 / --x-w--wx Use only when this exact creation policy matches your service or shell.
655 022 / ----w--w- 122 / --x-w--w- Use only when this exact creation policy matches your service or shell.
656 020 / ----w---- 121 / --x-w---x Use only when this exact creation policy matches your service or shell.
657 020 / ----w---- 120 / --x-w---- Use only when this exact creation policy matches your service or shell.
660 006 / ------rw- 117 / --x--xrwx Use only when this exact creation policy matches your service or shell.
661 006 / ------rw- 116 / --x--xrw- Use only when this exact creation policy matches your service or shell.
662 004 / ------r-- 115 / --x--xr-x Use only when this exact creation policy matches your service or shell.
663 004 / ------r-- 114 / --x--xr-- Use only when this exact creation policy matches your service or shell.
664 002 / -------w- 113 / --x--x-wx Use only when this exact creation policy matches your service or shell.
665 002 / -------w- 112 / --x--x-w- Use only when this exact creation policy matches your service or shell.
666 000 / --------- 111 / --x--x--x Use only when this exact creation policy matches your service or shell.
667 000 / --------- 110 / --x--x--- Use only when this exact creation policy matches your service or shell.
670 006 / ------rw- 107 / --x---rwx Use only when this exact creation policy matches your service or shell.
671 006 / ------rw- 106 / --x---rw- Use only when this exact creation policy matches your service or shell.
672 004 / ------r-- 105 / --x---r-x Use only when this exact creation policy matches your service or shell.
673 004 / ------r-- 104 / --x---r-- Use only when this exact creation policy matches your service or shell.
674 002 / -------w- 103 / --x----wx Use only when this exact creation policy matches your service or shell.
675 002 / -------w- 102 / --x----w- Use only when this exact creation policy matches your service or shell.
676 000 / --------- 101 / --x-----x Use only when this exact creation policy matches your service or shell.
677 000 / --------- 100 / --x------ Use only when this exact creation policy matches your service or shell.
700 066 / ---rw-rw- 077 / ---rwxrwx Use only when this exact creation policy matches your service or shell.
701 066 / ---rw-rw- 076 / ---rwxrw- Use only when this exact creation policy matches your service or shell.
702 064 / ---rw-r-- 075 / ---rwxr-x Use only when this exact creation policy matches your service or shell.
703 064 / ---rw-r-- 074 / ---rwxr-- Use only when this exact creation policy matches your service or shell.
704 062 / ---rw--w- 073 / ---rwx-wx Use only when this exact creation policy matches your service or shell.
705 062 / ---rw--w- 072 / ---rwx-w- Use only when this exact creation policy matches your service or shell.
706 060 / ---rw---- 071 / ---rwx--x Use only when this exact creation policy matches your service or shell.
707 060 / ---rw---- 070 / ---rwx--- Use only when this exact creation policy matches your service or shell.
710 066 / ---rw-rw- 067 / ---rw-rwx Use only when this exact creation policy matches your service or shell.
711 066 / ---rw-rw- 066 / ---rw-rw- Use only when this exact creation policy matches your service or shell.
712 064 / ---rw-r-- 065 / ---rw-r-x Use only when this exact creation policy matches your service or shell.
713 064 / ---rw-r-- 064 / ---rw-r-- Use only when this exact creation policy matches your service or shell.
714 062 / ---rw--w- 063 / ---rw--wx Use only when this exact creation policy matches your service or shell.
715 062 / ---rw--w- 062 / ---rw--w- Use only when this exact creation policy matches your service or shell.
716 060 / ---rw---- 061 / ---rw---x Use only when this exact creation policy matches your service or shell.
717 060 / ---rw---- 060 / ---rw---- Use only when this exact creation policy matches your service or shell.
720 046 / ---r--rw- 057 / ---r-xrwx Use only when this exact creation policy matches your service or shell.
721 046 / ---r--rw- 056 / ---r-xrw- Use only when this exact creation policy matches your service or shell.
722 044 / ---r--r-- 055 / ---r-xr-x Use only when this exact creation policy matches your service or shell.
723 044 / ---r--r-- 054 / ---r-xr-- Use only when this exact creation policy matches your service or shell.
724 042 / ---r---w- 053 / ---r-x-wx Use only when this exact creation policy matches your service or shell.
725 042 / ---r---w- 052 / ---r-x-w- Use only when this exact creation policy matches your service or shell.
726 040 / ---r----- 051 / ---r-x--x Use only when this exact creation policy matches your service or shell.
727 040 / ---r----- 050 / ---r-x--- Use only when this exact creation policy matches your service or shell.
730 046 / ---r--rw- 047 / ---r--rwx Use only when this exact creation policy matches your service or shell.
731 046 / ---r--rw- 046 / ---r--rw- Use only when this exact creation policy matches your service or shell.
732 044 / ---r--r-- 045 / ---r--r-x Use only when this exact creation policy matches your service or shell.
733 044 / ---r--r-- 044 / ---r--r-- Use only when this exact creation policy matches your service or shell.
734 042 / ---r---w- 043 / ---r---wx Use only when this exact creation policy matches your service or shell.
735 042 / ---r---w- 042 / ---r---w- Use only when this exact creation policy matches your service or shell.
736 040 / ---r----- 041 / ---r----x Use only when this exact creation policy matches your service or shell.
737 040 / ---r----- 040 / ---r----- Use only when this exact creation policy matches your service or shell.
740 026 / ----w-rw- 037 / ----wxrwx Use only when this exact creation policy matches your service or shell.
741 026 / ----w-rw- 036 / ----wxrw- Use only when this exact creation policy matches your service or shell.
742 024 / ----w-r-- 035 / ----wxr-x Use only when this exact creation policy matches your service or shell.
743 024 / ----w-r-- 034 / ----wxr-- Use only when this exact creation policy matches your service or shell.
744 022 / ----w--w- 033 / ----wx-wx Use only when this exact creation policy matches your service or shell.
745 022 / ----w--w- 032 / ----wx-w- Use only when this exact creation policy matches your service or shell.
746 020 / ----w---- 031 / ----wx--x Use only when this exact creation policy matches your service or shell.
747 020 / ----w---- 030 / ----wx--- Use only when this exact creation policy matches your service or shell.
750 026 / ----w-rw- 027 / ----w-rwx Use only when this exact creation policy matches your service or shell.
751 026 / ----w-rw- 026 / ----w-rw- Use only when this exact creation policy matches your service or shell.
752 024 / ----w-r-- 025 / ----w-r-x Use only when this exact creation policy matches your service or shell.
753 024 / ----w-r-- 024 / ----w-r-- Use only when this exact creation policy matches your service or shell.
754 022 / ----w--w- 023 / ----w--wx Use only when this exact creation policy matches your service or shell.
755 022 / ----w--w- 022 / ----w--w- Use only when this exact creation policy matches your service or shell.
756 020 / ----w---- 021 / ----w---x Use only when this exact creation policy matches your service or shell.
757 020 / ----w---- 020 / ----w---- Use only when this exact creation policy matches your service or shell.
760 006 / ------rw- 017 / -----xrwx Use only when this exact creation policy matches your service or shell.
761 006 / ------rw- 016 / -----xrw- Use only when this exact creation policy matches your service or shell.
762 004 / ------r-- 015 / -----xr-x Use only when this exact creation policy matches your service or shell.
763 004 / ------r-- 014 / -----xr-- Use only when this exact creation policy matches your service or shell.
764 002 / -------w- 013 / -----x-wx Use only when this exact creation policy matches your service or shell.
765 002 / -------w- 012 / -----x-w- Use only when this exact creation policy matches your service or shell.
766 000 / --------- 011 / -----x--x Use only when this exact creation policy matches your service or shell.
767 000 / --------- 010 / -----x--- Use only when this exact creation policy matches your service or shell.
770 006 / ------rw- 007 / ------rwx Use only when this exact creation policy matches your service or shell.
771 006 / ------rw- 006 / ------rw- Use only when this exact creation policy matches your service or shell.
772 004 / ------r-- 005 / ------r-x Use only when this exact creation policy matches your service or shell.
773 004 / ------r-- 004 / ------r-- Use only when this exact creation policy matches your service or shell.
774 002 / -------w- 003 / -------wx Use only when this exact creation policy matches your service or shell.
775 002 / -------w- 002 / -------w- Use only when this exact creation policy matches your service or shell.
776 000 / --------- 001 / --------x Use only when this exact creation policy matches your service or shell.
777 000 / --------- 000 / --------- Use only when this exact creation policy matches your service or shell.

FAQ

Does this page upload input? No. Filtering runs in your browser, and the table is already present in the HTML.

Which umask gives files 644 and directories 755? 022.

Which umask is common for trusted shared groups? 002, when group membership is controlled.