심볼릭 링크를 만들거나 삭제하는 방법

한심한 이야기이지만, 항상 잊어 버리므로 자신의 비망록입니다
자신은 이미지 등을 잘라서 심볼릭 링크를 사용하여 표시하고 있습니다. 도움이되면 다행입니다.
잘못된 점 등이 있으면 지적해주세요! !

☆ 할 일



① .ssh/config 만들기
② 심볼릭 링크 작성

☆절차



ssh 연결

심볼릭 링크 만들기

심볼릭 링크 삭제

☆ssh 연결



config 설정



SSH 명령을 입력하는 것이 번거롭기 때문에 서버별로 설정합니다.
현장의 선배로부터 가르쳐 타임아웃 설정을 없애고 있습니다.
$ cd ~/.ssh
$ vi config

Host *
ServerAliveInterval 30
ServerAliveCountMax 5
TCPKeepAlive yes

### Connect Setting Name ###
Host sample_w1
HostName 0.0.0.1
Port     22
User     hoge
IdentityFile    sample.pem

설정이 끝나면 계속됩니다.
서버 /var/sample_api/public를 대상으로 심볼릭 링크를 만듭니다.
$ ssh sample_w1

[hoge@sample_w1 ~]$ ls /var/sample_api/public
fonts  img  index.html  js
[hoge@sample_w1 ~]$ cd プロジェクト

심볼릭 링크 만들기


[hoge@sample_w1 ~]$ ln -s /var/sample_api/public sample_api
[hoge@sample_w1 ~]$ ll
drwxrwsr-x 1 hoge   team  0 1月 1 13:54 .
drwxrwsr-x 1 hoge   team  0 1月 1 13:54 ..
lrwxrwxrwx 1 hoge   team  0 1月 1 13:55 sample_api -> /var/sample_api/public/

심볼릭 링크 삭제


[hoge@sample_w1 ~]$ unlink sample_api
[hoge@sample_w1 ~]$ ls -a
.           ..

주의해야 할 점은 rm 명령을 사용하여 엔티티를 삭제하지 마십시오.

☆참고문헌



htps : // 코 m / 코 라비 t / ms / 2 99304bd92201261c60
htps //w w. 아 t r t. 이. jp / ai t / archi c0s / 1605/30 / 네 ws022. HTML
htps : // 이 m / 가슴 l78 / ms / 2 a d123 e 39 eff b1 a 5286b

좋은 웹페이지 즐겨찾기