"리눅스 심볼릭링크 확인"의 두 판 사이의 차이

14번째 줄: 14번째 줄:


==같이 보기==
==같이 보기==
*[[리눅스 심볼릭 링크 설정]]
*[[심볼릭 링크]]
*[[심볼릭 링크]]
*[[리눅스 심볼릭 링크 설정]]
*[[ll]]
*[[ll]]
*[[readlink]]
*[[readlink]]


[[분류: 리눅스]]
[[분류: 리눅스]]

2014년 6월 19일 (목) 21:37 판

리눅스 심볼릭 링크 확인

1 방법 1: ll

[root@jmnote ~]# ll /etc/rc.d/rc3.d/S12syslog
lrwxrwxrwx 1 root root 16 Nov  8  2010 /etc/rc.d/rc3.d/S12syslog -> ../init.d/syslog

2 방법 2: readlink

[root@jmnote ~]# readlink /etc/rc.d/rc3.d/S12syslog
../init.d/syslog

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}