1. 파일 이름으로 파일 찾기( full name )
find / -name '.bash_profile'
//.bash_profile 는 root 권한자의 환경 설정 파일
2. 비슷한 단어
find / -name '.bash*' -ls
// .bash로 시작하는 파일
3. 디렉토리 찾기
find / -name 'et*' -type d
//et 로 시작 하는 폴더
'Linux Unix' 카테고리의 다른 글
[ Linux ] 하위 디렉토리 까지 출력하기 (0) | 2009.12.16 |
---|---|
[ Linux ] 바이러스 체크 (0) | 2009.12.16 |
[ Linux ] 날짜 설정 (0) | 2009.10.19 |
[ Linux ] 파일 내용 비교 (0) | 2009.09.28 |
[ Linux ] 리눅스 파일 문자열 검색 (0) | 2009.09.28 |
댓글