umask

· 2012-05-10 (목) 14:17:36 · 2020
 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,947
jQuery 12-05-15 조회 3,501
Linux 12-05-14 조회 1,680
Linux 12-05-14 조회 1,788
Linux 12-05-14 조회 1,934
Linux 12-05-14 조회 2,400
Linux 12-05-14 조회 2,136
jQuery 12-05-14 조회 2,467
기타 12-05-13 조회 2,968
jQuery 12-05-12 조회 3,624
PHP 12-05-11 조회 2,064
jQuery 12-05-11 조회 8,621
Linux 12-05-11 조회 2,914
Linux 12-05-11 조회 1,770
Linux 12-05-11 조회 2,339
Linux 12-05-11 조회 2,236
Linux 12-05-11 조회 2,514
Linux 12-05-11 조회 1,687
JavaScript 12-05-10 조회 3,163
Linux 12-05-10 조회 3,456
Linux 12-05-10 조회 1,885
Linux 12-05-10 조회 1,966
Linux 12-05-10 조회 2,361
Linux 12-05-10 조회 4,744
Linux 12-05-10 조회 1,941
Linux 12-05-10 조회 2,129
Linux
[Linux]
12-05-10 조회 2,021
Linux 12-05-10 조회 1,858
Linux 12-05-10 조회 2,352
Linux 12-05-10 조회 3,107