해결방안들

터미널 환경 꾸미기

ssh 접속하는 파일 하나 생성

  1. connect_dawin.sh

    #!bin/bash
    ssh [email protected]
    
  2. connect_webserver.sh

    #!bin/bash
    ssh [email protected]
    

bash shell

ls (프롬프트에서는 dir)

clear (윈도우에서는 cls)

cd (change directory)

rm (삭제)

# 파일 삭제
rm 파일이름.확장자

# 디렉토리 삭제
rm -r 폴더이름