Windows cmd와 파워쉘(PowerShell)에서 명령어 위치 찾는 방법입니다. (명령어 path 찾기) 리눅스의 which명령어와 동일한 기능이라고 볼 수 있습니다. cmd : where 명령어 사용 where로 ssh와 scp 명령어 위치 확인 기타 : 아나콘다, Python 등의 위치를 찾고 싶으시면 Anaconda 명령 프롬프트에서 where conda, where python 로 명령어 위치를 찾으시면 됩니다. where ssh where scp 파워쉘(PowerShell) : get-command 명령어 사용 get-command로 ssh와 scp 명령어 위치 확인 get-command ssh get-command scp 궁금하신 사항은 댓글 남겨주세요. 감사합니다.