file2 find (파일 검색 명령어) 01 find 명령어란1. find 정의'찾다'2. find 명령어 기능Linux 에서 파일 및 디렉토리를 검색할 때 사용옵션을 사용해 원하는 파일 및 디렉토리 검색 가능3. find 명령어 문법# find [path] [options] [expression]path (경로): Starting directory for the searchoptions (옵션): Additional settings or conditions for the searchexpression (표현식): Criteria for filtering and locating filesfind 명령에는 몇 가지 옵션(option)과 많은 수의 표현식(expression)이 존재 find 명령의 검색 결과가 지정된 expression의 조합에.. 2024. 4. 5. Linux 디렉토리 구조 경로설명 (간략)설명 (상)/The Root Directoryeverything on your Linux system is located under the / directory/binEssential User Binaries- The /bin directory contains the essential user binaries (programs) that must be present when the system is mounted in single-user mode- Applications such as Firefox are stored in /usr/bin, while important system programs and utilities such as the bash shell are located i.. 2024. 3. 20. 이전 1 다음