File (Directory) Permission
Type fieldd : directoryl : symbolic link (링크되어 있는 파일) 하드 링크는 일반 파일로 표시s : socket (소켓 기능을 하는 파일)p : named pipe (PIPO, 파이프 기능을 하는 파일)- : regular file (일반 파일)c : character (unbuffered) device file special (문자형 특수 장치 파일) ex) 터미널 /dev/console, /dev/ttyb : block (buffered) device file special (블록형 특수 장치 파일) ex) 디스크 /dev/disk Permissions fieldu : The user permission bits in the original mode of the fil..
Tip
2015. 3. 22. 20:49