OSX에서는 -h를 사용하는 것이 아니라 symlink 자체의 권한을 설정할 수 있습니다. 매뉴얼 페이지에서 :
-h If the file is a symbolic link, change the mode of the link itself rather than the file that the link points to.
우분투 14.04에서는 심볼릭 링크의 권한을 설정하려고 시도했지만 심볼릭 링크 대상에서만 설정되었습니다.
그것은에서 심볼릭 링크에 관한 것 /home/nagios/.ssh/someprivatekey
까지를 /somewhere/else/privatekey
, 그래서 권한은 ssh를 위해 중요하다. 어떻게하면 되나요?
ls -l
출력 에 권한이 표시되는 방식에 대해 약간 혼란 스러웠습니다 ( lrwxrwxrwx
).
.ssh/config
:)