linux/command (2) 썸네일형 리스트형 linux command file permission check $ls -l filename r : read permission. w : write permission. x : executable permission. First combination of rwx represents permission for the owner . Second combination of rwx represents permission for the group . Third combination of rwx represents permission for the other of the file. Octal notation (8진법 숫자로 표현) Read or r is represented by 4 Write or w is represented by 2 Execute x is represent.. [command] find filename/directoryname 파일명 찾기 find . -name "filename" 디렉토리 찾기 find . -name "dirname" -type d 이전 1 다음