FHS-Filesystem Hierarchy Standard모든 디렉토리가 루트 디렉토리 (/)의 하위 디렉토리이다.특징: compartmentalization, writability, shareability/bin : 일반 사용자를 위한 명령어 바이너리/bin/bash : bash shell/bin/cat : display file contents/bin/cp : 파일 복사/bin/dd : copy files byte-wise (데이터의 모든 바이트를 그대로 복사. 주로 메모리에서 메모리로 데이터 복사할 때 사용)/bin/gzip : 파일 압축/bin/mount : 파일 시스템 마운트/bin/rm : 파일 삭제/bin/vi : 파일 편집/dev : 장치 파일character-oriented 파일 - 프..