macOS에서 Python3 및 Pipenv 설치, 사용법
· 3 min read
When troubleshooting network or specific service communication issues, identifying the ports in use is essential.
This guide introduces how to check which services are using specific ports with commands like netstat
, ss
, and lsof
.
find
명령어는 Linux 시스템 관리자 도구 중 가장 강력한 도구 중 하나입니다.
사용자가 지정한 표현식에 따라 디렉토리 구조 내에서 파일과 디렉토리를 검색할 수 있으며, 검색된 파일에 대해 사용자가 지정한 작업을 수행할 수 있습니다.
find 명령어는 파일 권한, 유형, 날짜, 소유권, 크기 등 다양한 조건을 기반으로 파일을 검색할 수 있습니다. 또한 grep, sed와 같은 다른 명령어와 결합하여 사용할 수도 있습니다.