linux 명령어2020. 1. 20. 21:31

find 경로 -name 파일명

find / -name test

 

파일만 검색(디렉토리제외)

find / -name test -type f

 

디렉토리만 검색(파일제외)

find / -name test -type d

 

실행파일검색

which test

'linux 명령어' 카테고리의 다른 글

sql db생성 & db 세팅  (0) 2020.01.20
아파치(apache) 시작, 중지, 리스타트  (0) 2020.01.20
FTP 홈디렉토리 변경 및 소유권 설정  (0) 2020.01.20
Posted by 태커