umask

· 2012-05-10 (목) 14:17:36 · 2009
 When you create a file, it’s given the permission rw-r--r-- by default. 
A directory is given the permission rwxr-xr-x.
 
These default values are determined by the value of umask. 
 
Type umask to see what your umask value is. For example:
 
$ umask
022
 
 
저는 이렇게 보이네요.
 
byoungguk@linuxtip:~$ umask
0022
 
파일이 644 --> 위 수치와 합하면 666
디렉토리 755 --> 합하면 777
 
The umask value masks the permissions value of 666 for a file and 777 for a directory.
 
The umask value of 022 results in permission for a directory of 755 (rwxr-xr-x).
 
That same umask results in a file permission of 644 (rw-r--r--).
 
(Execute permissions are off by default for regular files.)
 
|
댓글을 작성하시려면 로그인이 필요합니다.

개발자팁

5,403건

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
Linux 12-05-15 조회 1,937
jQuery 12-05-15 조회 3,493
Linux 12-05-14 조회 1,667
Linux 12-05-14 조회 1,778
Linux 12-05-14 조회 1,923
Linux 12-05-14 조회 2,391
Linux 12-05-14 조회 2,124
jQuery 12-05-14 조회 2,453
기타 12-05-13 조회 2,953
jQuery 12-05-12 조회 3,613
PHP 12-05-11 조회 2,049
jQuery 12-05-11 조회 8,612
Linux 12-05-11 조회 2,903
Linux 12-05-11 조회 1,761
Linux 12-05-11 조회 2,331
Linux 12-05-11 조회 2,226
Linux 12-05-11 조회 2,503
Linux 12-05-11 조회 1,667
JavaScript 12-05-10 조회 3,155
Linux 12-05-10 조회 3,447
Linux 12-05-10 조회 1,877
Linux 12-05-10 조회 1,956
Linux 12-05-10 조회 2,349
Linux 12-05-10 조회 4,733
Linux 12-05-10 조회 1,933
Linux 12-05-10 조회 2,119
Linux
[Linux]
12-05-10 조회 2,010
Linux 12-05-10 조회 1,849
Linux 12-05-10 조회 2,341
Linux 12-05-10 조회 3,098