728x90
ln -s mango11 symbolA
[yoon@localhost test]$
[yoon@localhost test]$ ls -il symbolA mango11
76713 -rw-rw-r--. 1 yoon yoon 17 Nov 24 13:40 mango11
1172695 lrwxrwxrwx. 1 yoon yoon 7 Nov 24 15:10 symbolA -> mango11
[yoon@localhost dirC]$ pwd
/home/yoon/dirA/dirB/dirC
[yoon@localhost dirC]$
[yoon@localhost dirC]$ touch softlink
[yoon@localhost dirC]$ ll
total 0
-rw-rw-r--. 1 yoon yoon 0 Nov 24 15:15 softlink
[yoon@localhost dirC]$
[yoon@localhost dirC]$ cd ~
[yoon@localhost ~]$ pwd
/home/yoon
[yoon@localhost ~]$
[yoon@localhost ~]$ ln -s /home/yoon/dirA/dirB/dirC lns
728x90
'Linux' 카테고리의 다른 글
VMware Workstation Pro 17 설치하기(실습용) (1) | 2023.12.05 |
---|---|
리눅스_find 명령 (1) | 2023.11.24 |
리눅스_파일복사 (1) | 2023.11.24 |
리눅스_파일생성/파일보기/파일편집 (0) | 2023.11.24 |
리눅스_유저생성하기 (0) | 2023.11.24 |