
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
터미널에서 명령어 입력이 안됩니다.
gangjuhuis-MacBook-Pro:~ jooheekang$ $ sudo chmod 400 /Users/jooheekang/Desktop/sparta.pem
-bash: $: command not found
gangjuhuis-MacBook-Pro:~ jooheekang$ $ sudo chmod 400/Users/jooheekang/Desktop/sparta.pem
-bash: $: command not found
gangjuhuis-MacBook-Pro:~ jooheekang$ $ ssh -i /Users/jooheekang/Desktop/sparta.pem ubuntu@3.35.19.135
-bash: $: command not found
gangjuhuis-MacBook-Pro:~ jooheekang$ $ which command
-bash: $: command not found
gangjuhuis-MacBook-Pro:~ jooheekang$ export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
gangjuhuis-MacBook-Pro:~ jooheekang$ vi .bash_profile
